REST Resource: locations.questions.answers

  • This resource represents Q&A data, specifically answers to questions associated with a location, but it does not store any persistent data itself.

  • Users can delete their answers, view a list of answers for a specific question, and create or update their answers using the provided methods.

  • The available methods for interacting with this resource include deleting, listing, and upserting answers.

Resource

There is no persistent data associated with this resource.

Methods

delete

Deletes the answer written by the current user to a question.

list

Returns the paginated list of answers for a specified question.

upsert

Creates an answer or updates the existing answer written by the user for the specified question.