Questions
Update question
Update a single question
PUT
Updates a question. Only the fields you send change, and
props is merged with the existing props. Returns 204 No Content.
string
required
The question ID.
string
New question text.
{{Q:...}} references are validated (422 on invalid references).string
Private AI guidance.
integer
New position.
object
Settings to merge into the existing props.
object[]
Replaces the media assets array.
Uploading an asset
This endpoint also acceptsmultipart/form-data to attach a media file directly:
file— the media file.asset_layout—fullScreen(default) orinline.asset_sizing— optional sizing mode.- Other fields (
content,propsas JSON strings, etc.) may be sent as form fields.