Skip to content

Commit

Permalink
fix(recaptchaenterprise): update the API
Browse files Browse the repository at this point in the history
#### recaptchaenterprise:v1

The following keys were changed:
- schemas.GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest.properties.reasons.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 20, 2023
1 parent 77a4bbb commit 9e8c431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/recaptchaenterprise-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
}
}
},
"revision": "20231008",
"revision": "20231015",
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
"schemas": {
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
Expand Down Expand Up @@ -807,7 +807,7 @@
"type": "string"
},
"reasons": {
"description": "Optional. Optional reasons for the annotation that will be assigned to the Event.",
"description": "Optional. Reasons for the annotation that are assigned to the event.",
"items": {
"enum": [
"REASON_UNSPECIFIED",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/recaptchaenterprise/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export namespace recaptchaenterprise_v1 {
*/
hashedAccountId?: string | null;
/**
* Optional. Optional reasons for the annotation that will be assigned to the Event.
* Optional. Reasons for the annotation that are assigned to the event.
*/
reasons?: string[] | null;
/**
Expand Down

0 comments on commit 9e8c431

Please sign in to comment.