Update Question Answer

POST

Updates a question-answer.

Request

This endpoint expects an object.
idstringRequiredformat: "id"

The question-answer’s ID.

access_levelenumOptional
Allowed values: externalinternalprivatepublicrestricted
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
Allowed values: archiveddiscardeddraftpublishedreview_needed

Status of the question answer.

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