---
title: "Add answers for response"
method: PUT
path: "/v3/responses/{response_id}/update"
tags: ["response"]
---

# Add answers for response

`PUT /v3/responses/{response_id}/update`

## Path parameters

- `response_id` number, required

## Request body

- Model225
  - `survey_id` number, required — ID of the survey
  - `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/25b2eba467de/schema)
