Skip to main content
PATCH
Edit an offering's qualification question

Authorizations

Authorization
string
header
required

Per-client API key (M2M). Presented as Authorization: Bearer <key>.

Path Parameters

offering_ref
string
required
question_id
string
required

Body

application/json

edit body for an existing qualification question — every field optional; omitted fields are unchanged. The bound fact and control are fixed at creation (delete and recreate to change them).

copy
object

replacement display copy (the question wording rides the prompt slot)

option_labels
object
options
string[]
required
boolean
when
object

replace the serve condition (omitted means unchanged)

Response

the updated forked question

the saved question under data, plus non-blocking duplicate notices when another question already collects the same fact (the write still succeeds — warnings never block)

data
object
required

A client-authored screening question — a library definition or an offering-local copy. It binds a fact by its stable code (the code must resolve in your authoring fact catalog) and a display control, and carries your own wording. Copy and option labels are yours to author.

warnings
object[]