Update Question Answer

POST

Updates a question-answer.

Request

This endpoint expects an object.
access_levelenumRequired
Allowed values: externalinternalprivatepublicrestricted
applies_to_articlesobjectRequired
applies_to_partsobjectRequired
idstringRequired

The question-answer’s ID.

owned_byobjectRequired
shared_withobjectRequired
sourcesobjectRequired
statusenumRequired
Allowed values: archiveddiscardeddraftpublishedreview_needed

Status of the question answer.

tagsobjectRequired
answerstringOptional

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

questionstringOptional

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

suggested_answerstringOptional

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.

topicstringOptional

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
Built with