Method: accounts.locations.questions.answers.upsert

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://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*/questions/*}/answers:upsert

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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 (Answer)
  }
}
Fields
answer

object (Answer)

The new answer.

Response body

If successful, the response body contains an instance of Answer.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/plus.business.manage
  • https://www.googleapis.com/auth/business.manage

For more information, see the OAuth 2.0 Overview.