gmb_accounts_accounts_patch
Update a business account's name in Google My Business. This method works only for non-personal accounts.
Instructions
PATCH v1/{+name}. Updates the specified business account. Personal accounts cannot be updated using this method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for this Google API method. | |
| name | Yes | Immutable. The resource name, in the format `accounts/{account_id}`. | |
| fields | No | Selector specifying which fields to include in a partial response. | |
| $.xgafv | No | V1 error format. | |
| quotaUser | No | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
| updateMask | No | Required. The specific fields that should be updated. The only editable field is `accountName`. | |
| prettyPrint | No | Returns response with indentations and line breaks. | |
| validateOnly | No | Optional. If true, the request is validated without actually updating the account. |