AI-generated Key Takeaways
-
Updates a specified place action link with provided details and returns the updated link.
-
Uses the PATCH HTTP request method and requires a
placeActionLink.name
path parameter. -
Requires an
updateMask
query parameter indicating the fields to be updated. -
The request body must contain a
PlaceActionLink
object and a successful response will return the updatedPlaceActionLink
object. -
Requires
https://www.googleapis.com/auth/business.manage
authorization scope for access.
Updates the specified place action link and returns it.
HTTP request
PATCH https://mybusinessplaceactions.googleapis.com/v1/{placeActionLink.name=locations/*/placeActionLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
placeActionLink.name |
Optional. The resource name, in the format The name field will only be considered in placeActionLinks.patch and placeActionLinks.delete requests for updating and deleting links respectively. However, it will be ignored in placeActionLinks.create request, where |
Query parameters
Parameters | |
---|---|
updateMask |
Required. The specific fields to update. The only editable fields are This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of PlaceActionLink
.
Response body
If successful, the response body contains an instance of PlaceActionLink
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.