v1
latestSwagger 2.02026-08-06250450289.0 KBquestions
v3
Update a question
put/v3/questions/{question_id}
Path parameters
question_idnumber required
Request body
Example request
{
"survey_id": 1,
"question": {
"display_logic": {
"logics": [
{
"join_condition": "and",
"parent_question_id": 3
}
]
},
"skip_logic": {
"logics": [
{
"logics": [
{
"join_condition": "and",
"parent_question_id": 3
}
]
}
]
}
}
}Response
Successful