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.