---
title: "PATCH /v1/organisations/{organisationId}"
method: PATCH
path: "/v1/organisations/{organisationId}"
---

# PATCH /v1/organisations/{organisationId}

`PATCH /v1/organisations/{organisationId}`

Update an organisation.

## Path parameters

- `organisationId` string, uuid, required

## Request body

- object
  - `name` string, required
  - `acronym` string, required
  - `summary` string, required
  - `website` string, required

## Response `200`

The organisation unit has been updated.

- object
  - `organisationId` string, uuid, required — The organisation id.

## Other responses

- `400` — Bad request.
- `401` — The user is not authorized to update an organisation unit.
- `404` — The organisation unit does not exist.
- `500` — An error occurred while updating the organisation unit.

## Changes

- **2026-01-01** `aeb173b7f5b1` — 1 info
  - endpoint added
- **2026-01-01** `1fa08a3b6f8b` — 1 breaking
  - api path removed without deprecation
- **2025-03-05** `263f9f44c28b` — 1 breaking
  - added the new required request property `website`
- **2025-02-12** `82d1eadb6f66` — 1 breaking
  - added the new required request property `summary`
- **2024-11-07** `bf0b42ebdc02` — 3 breaking, 1 warning, 1 info
  - added the new required request property `acronym`
  - added the new required request property `name`
  - for the `path` request parameter `organisationId`, the format changed from no format to `uuid`
  - removed the request property `userIds`
  - …1 more

[Change history](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/changes/v1/organisations/:organisationId/patch.md)

---

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