AI-generated Key Takeaways
-
This document explains how to update a specified local post using the
PATCHHTTP request. -
The request requires specifying the local post's name in the URL path and using a field mask to indicate the fields to update.
-
The request body should contain the updated
LocalPostobject, and a successful response will return the updatedLocalPostobject. -
Authorization requires either the
https://www.googleapis.com/auth/plus.business.manageorhttps://www.googleapis.com/auth/business.manageOAuth scope.
Updates the specified local post and returns the updated local post.
HTTP request
PATCH https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/localPosts/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
The name of the local post to update. |
Query parameters
| Parameters | |
|---|---|
updateMask |
The specific fields to update. You must specify each field that is being updated in the mask. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of LocalPost.
Response body
If successful, the response body contains an instance of LocalPost.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/plus.business.managehttps://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.