Reorder Question Heading

/form_templates/{form_template_id}/question_headings/reorder

Update Question Headings Order [PUT]

Updates the order of the question headings within a form template.  Simply send the question heading ids in the order that they need to be.  The API will set the ordinals accordingly.

Authorization: Admin

Request

Body
{
    "ids": [4984, 48583]
}

Response 200

Body
{}

Still need help? Contact Us Contact Us