---
title: "PUT /v1/tou/{touId}"
method: PUT
path: "/v1/tou/{touId}"
---

# PUT /v1/tou/{touId}

`PUT /v1/tou/{touId}`

Update terms of use.

## Path parameters

- `touId` string, uuid, required — The terms of use id.

## Request body

- object
  - `name` string, required — Name of the terms of use.
  - `touType` 'INNOVATOR' | 'SUPPORT_ORGANISATION', required — Type of the terms of use.
  - `summary` string — Brief summary of the terms of use.
  - `releasedAt` string — Relase date of the terms of use.

## Response `200`

The terms of use have been updated.

- object
  - `id` string, uuid, required

## Other responses

- `400` — Bad request.
- `401` — The user is not authorized to update terms of use.
- `500` — An error occurred while updating the terms of use.

---

[API](https://skmtc.net/nhs-england/apis/admin-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/admin-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/admin-api-nhs-innovation-service/versions/e3ae090557ab/schema)
