Creates an answer or updates the existing answer written by the user for the specified question. A user can only create one answer per question.
HTTP request
POST https://mybusinessqanda.googleapis.com/v1/{parent=locations/*/questions/*}/answers:upsert
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the question to write an answer for. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"answer": {
object ( |
Fields | |
---|---|
answer |
Required. The new answer. |
Response body
If successful, the response body contains an instance of Answer
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.