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

# Update a global response set

`PUT /response_sets/{id}`

## Path parameters

- `id` string, required

## Request body

- S12ThepubV1ThePubServiceUpdateGlobalResponseSetBody — The parameters for `UpdateGlobalResponseSet`
  - `name` string — The name of the global response set.
  - `responses` S12ThepubV1UpdateGRSResponse[] — The responses to add to the global response set.
    - `label` string, required — The label of the response.
    - `short_label` string, required — The short label of the response.

## Response `200`

A successful response.

- S12ThepubV1UpdateGlobalResponseSetResponse — Result returned from `UpdateGlobalResponseSet`
  - `id` string — The id of the global response set.
  - `ok` boolean — If the global response set was updated.

## 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/revisions/5be91df61ded/schema)
