---
title: "Update a response"
method: PUT
path: "/v3/responses/{id}"
tags: ["response"]
---

# Update a response

`PUT /v3/responses/{id}`

## Path parameters

- `id` number, required

## Request body

- UpdateRequestSchema
  - `survey_id` number, required — ID of the survey
  - `contact_id` number — ID of the contact
  - `answers` AnswerInput[], required
    - `question_id` number, required — ID of the question
    - `parent_question_id` number — ID of the parent question
    - `answer` string, required — Answer of question
    - `other_txt` string — Other Text Answer
    - `matrix_txt` string[] — Matrix Answer for Text Input
    - `matrix_int` string[] — Matrix Answer for Rating
    - `region_code` string — Region code of Answer
    - `time` string — Time of Answer
    - `time_zone` string — TimeZone of Answer
  - `variables` Properties

## Response `default`

Successful

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/f9da74f558da/schema)
