---
title: "PATCH /v1/transfers/{transferId}"
method: PATCH
path: "/v1/transfers/{transferId}"
---

# PATCH /v1/transfers/{transferId}

`PATCH /v1/transfers/{transferId}`

Update an innovation transfer status

## Path parameters

- `transferId` string, uuid, required

## Request body

- object
  - `status` 'CANCELED' | 'DECLINED' | 'COMPLETED', required

## Response `204`

The innovation transfer status has been updated

- object
  - `id` string, uuid, required

## Other responses

- `400` — The innovation transfer status is invalid
- `401` — The user is not authorized to update the innovation transfer status
- `404` — The innovation transfer does not exist
- `500` — An error occurred while updating the innovation transfer status

---

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