---
title: "Update a global response set response"
method: PUT
path: "/response_sets/{id}/responses/{response_id}"
tags: ["Response Sets"]
---

# Update a global response set response

`PUT /response_sets/{id}/responses/{response_id}`

## Path parameters

- `id` string, required
- `response_id` string, required

## Request body

- S12ThepubV1UpdateGRSResponse — A global response set response used for updating/creating
  - `label` string, required — The label of the response.
  - `short_label` string, required — The short label of the response.

## Response `200`

A successful response.

- S12ThepubV1UpdateGRSResponseResponse — Result returned from `UpdateGRSResponse`
  - `response` S12ThepubV1GetGRSResponse — A global response set response used for getting a GRS
    - `id` string — The id of the response.
    - `label` string — The label of the response.
    - `short_label` string — The short label of the response.

## Other responses

- `default` — An unexpected error response.

---

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