Updates the specified business account. Personal accounts cannot be updated using this method.
HTTP request
PATCH https://mybusinessaccountmanagement.googleapis.com/v1/{account.name=accounts/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
account.name |
Immutable. The resource name, in the format |
Query parameters
Parameters | |
---|---|
updateMask |
Required. The specific fields that should be updated. The only editable field is This is a comma-separated list of fully qualified names of fields. Example: |
validateOnly |
Optional. If true, the request is validated without actually updating the account. |
Request body
The request body contains an instance of Account
.
Response body
If successful, the response body contains an instance of Account
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.