v1

latestSwagger 2.02026-08-06250450289.0 KB
response

Update a response

put/v3/responses/{id}

Path parameters

idnumber required

ID of the response

Request body

survey_idnumber required

ID of the survey

contact_idnumber

ID of the contact

variablesProperties

Example request

{
  "survey_id": 1,
  "contact_id": 2,
  "answers": [
    {
      "question_id": 1,
      "parent_question_id": 1
    }
  ]
}

Response

Successful