Update a Question

Update an existing Question with data provided in JSON payload. There are fields that are part of question by virtue of question being present in a container (collection/question). To edit these attributes, Question should be updated in context of Collection.

Header nameValue
AuthorizationToken {{authorization access token}}
Content-Typeapplication/json

📘

Note

Any attributes that are non modifiable and are sent by client & any extraneous information will be ignored silently, and won’t contribute towards failure of operation. For the image/thumbnail part, client first needs to call the Media API to upload the image, and then send out the image URL in the payload

Language
Authorization
Header
Click Try It! to start a request and see the response here!