---
title: "PUT /v1/{innovationId}/tasks/{taskId}"
method: PUT
path: "/v1/{innovationId}/tasks/{taskId}"
tags: ["[v1] Innovation Tasks"]
---

# PUT /v1/{innovationId}/tasks/{taskId}

`PUT /v1/{innovationId}/tasks/{taskId}`

Update an innovation task.

## Path parameters

- `innovationId` string, uuid, required
- `taskId` string, uuid, required

## Request body

- object
  - `status` union
    - 'OPEN' | 'CANCELLED'
    - 'DONE' | 'DECLINED'
  - `message` string, required

## Response `200`

The innovation task has been updated.

- object
  - `id` string, uuid, required

## Other responses

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

---

[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)
