Update Question Answer

Updates a question-answer.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"

The question-answer’s ID.

access_levelenumOptional
Allowed values:
answerstringOptionalformat: "text"

Updated answer of the question-answer object, or unchanged if not provided.

applies_to_articlesobjectOptional
applies_to_partsobjectOptional
owned_byobjectOptional
questionstringOptionalformat: "text"

Updated question of the question-answer object, or unchanged if not provided.

shared_withobjectOptional
sourcesobjectOptional
statusenumOptional
Status of the question answer.
Allowed values:
suggested_answerstringOptionalformat: "text"

Updated suggested_answer of the question-answer object, or unchanged if not provided.

suggested_for_deletionbooleanOptional

Updated suggested_for_deletion of the question-answer object, or unchanged if not provided.

tagsobjectOptional
topicstringOptionalformat: "text"

Updated topic of the question-answer object, or unchanged if not provided.

verifiedbooleanOptional

Updates whether the question-answer was verified by a user or not.

Response

Success.
question_answerobject

Errors