gmb_info_locations_patch
Updates a Google Business Profile location with new details like name, address, hours, categories, and services. Specify the location ID and fields to change.
Instructions
PATCH v1/{+name}. Updates the specified location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for this Google API method. | |
| name | Yes | Google identifier for this location in the form: `locations/{location_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 to update. | |
| prettyPrint | No | Returns response with indentations and line breaks. | |
| validateOnly | No | Optional. If true, the request is validated without actually updating the location. When this field is set, we will only return validation errors if there were any. The response will be empty if no errors were found. |