gmb_actions_locations_placeactionlinks_patch
Update an existing place action link for a business location. Modify the link URI, action type, or preferred status to keep booking or ordering links accurate.
Instructions
PATCH v1/{+name}. Updates the specified place action link and returns it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for this Google API method. | |
| name | Yes | Optional. The resource name, in the format `locations/{location_id}/placeActionLinks/{place_action_link_id}`. The name field will only be considered in UpdatePlaceActionLink and DeletePlaceActionLink requests for updating and deleting links respectively. However, it will be ignored in CreatePlaceActionLink request, where `place_action_link_id` will be assigned by the server on successful creation of a new link and returned as part of the response. | |
| 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. The only editable fields are `uri`, `place_action_type` and `is_preferred`. If the updated link already exists at the same location with the same `place_action_type` and `uri`, fails with an `ALREADY_EXISTS` error. | |
| prettyPrint | No | Returns response with indentations and line breaks. |