AI-generated Key Takeaways
- 
          This document details the process for updating a specified business account using the PATCHmethod with the provided URL, specifically targeting theaccountNamefield.
- 
          The request necessitates specific path and query parameters, including account.namefor account identification andupdateMaskto specify the fields for modification.
- 
          It requires the use of an Accountobject in both the request and response bodies, along with authorization using thehttps://www.googleapis.com/auth/business.managescope.
- 
          This method is applicable to business accounts only; personal accounts cannot be updated using this approach, and a validation-only mode can be enabled by setting the validateOnlyquery parameter.
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.