v1

latestSwagger 2.02026-08-06250450289.0 KB
survey
v3

Update survey section

put/v3/sections/{section_id}

Path parameters

section_idnumber required

Id of Section

Request body

survey_idnumber required

Id of Survey

Example request

{
  "survey_id": 12001,
  "section": {
    "name": "Section 1",
    "description": "Section 1 description",
    "position": 1,
    "properties": {
      "label": "Continue",
      "section_intro": "same"
    },
    "display_logic": {
      "logics": [
        {
          "join_condition": "and",
          "type": "param",
          "comparator": "isPassed"
        }
      ]
    }
  }
}

Response

Successful