Skip to main content
PUT
Updates an existing question with new information.

Path Parameters

questionId
integer<int32>
required

The unique identifier of the question to update.

Body

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

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

Response

OK