Skip to main content
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 accepts multipart/form-data to attach a media file directly:
  • file — the media file.
  • asset_layoutfullScreen (default) or inline.
  • asset_sizing — optional sizing mode.
  • Other fields (content, props as JSON strings, etc.) may be sent as form fields.