Skip to content

Commit c0e853b

Browse files
fix(webrisk): update the API
#### webrisk:v1 The following keys were changed: - resources.projects.resources.submissions.methods.create.description
1 parent 45b9d74 commit c0e853b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

discovery/webrisk-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"submissions": {
276276
"methods": {
277277
"create": {
278-
"description": "Creates a Submission of a URI suspected of containing phishing content to be reviewed. If the result verifies the existence of malicious phishing content, the site will be added to the [Google's Social Engineering lists](https://support.google.com/webmasters/answer/6350487/) in order to protect users that could get exposed to this threat in the future. Only allowlisted projects can use this method during Early Access. Please reach out to Sales or your customer engineer to obtain access.",
278+
"description": "Creates a Submission of a URI suspected of containing phishing content for review. If the review confirms malicious phishing content, Google adds the site to [Google's Social Engineering lists](https://support.google.com/webmasters/answer/6350487/) to help protect users. Only allowlisted projects can use this method during Early Access. To obtain access, contact Sales or your customer engineer.",
279279
"flatPath": "v1/projects/{projectsId}/submissions",
280280
"httpMethod": "POST",
281281
"id": "webrisk.projects.submissions.create",
@@ -425,7 +425,7 @@
425425
}
426426
}
427427
},
428-
"revision": "20251202",
428+
"revision": "20260517",
429429
"rootUrl": "https://webrisk.googleapis.com/",
430430
"schemas": {
431431
"GoogleCloudWebriskV1ComputeThreatListDiffResponse": {

src/apis/webrisk/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ export namespace webrisk_v1 {
11611161
}
11621162

11631163
/**
1164-
* Creates a Submission of a URI suspected of containing phishing content to be reviewed. If the result verifies the existence of malicious phishing content, the site will be added to the [Google's Social Engineering lists](https://support.google.com/webmasters/answer/6350487/) in order to protect users that could get exposed to this threat in the future. Only allowlisted projects can use this method during Early Access. Please reach out to Sales or your customer engineer to obtain access.
1164+
* Creates a Submission of a URI suspected of containing phishing content for review. If the review confirms malicious phishing content, Google adds the site to [Google's Social Engineering lists](https://support.google.com/webmasters/answer/6350487/) to help protect users. Only allowlisted projects can use this method during Early Access. To obtain access, contact Sales or your customer engineer.
11651165
* @example
11661166
* ```js
11671167
* // Before running the sample:

0 commit comments

Comments
 (0)