Skip to main content
POST
Adds a new question to an existing questionnaire.

Path Parameters

id
integer<int32>
required

The unique identifier of the questionnaire.

Body

The question data including position, type, prompt, and metadata.

position
integer<int32>
prompt
string | null
type
string | null
metadata
string | null

Response

OK