Skip to content

Commit

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

The following keys were changed:
- schemas.Account.properties.primaryOwner.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent 9da4383 commit 413722a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/mybusinessaccountmanagement-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
}
}
},
"revision": "20221213",
"revision": "20230201",
"rootUrl": "https://mybusinessaccountmanagement.googleapis.com/",
"schemas": {
"AcceptInvitationRequest": {
Expand Down Expand Up @@ -577,7 +577,7 @@
"type": "string"
},
"primaryOwner": {
"description": "Required. Input only. The resource name of the account which will be the primary owner of the account being created. It should be of the form `accounts/{account_id}/`.",
"description": "Required. Input only. The resource name of the account which will be the primary owner of the account being created. It should be of the form `accounts/{account_id}`.",
"type": "string"
},
"role": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/mybusinessaccountmanagement/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export namespace mybusinessaccountmanagement_v1 {
*/
permissionLevel?: string | null;
/**
* Required. Input only. The resource name of the account which will be the primary owner of the account being created. It should be of the form `accounts/{account_id\}/`.
* Required. Input only. The resource name of the account which will be the primary owner of the account being created. It should be of the form `accounts/{account_id\}`.
*/
primaryOwner?: string | null;
/**
Expand Down

0 comments on commit 413722a

Please sign in to comment.