---
title: "Update an innovation section info."
method: PUT
path: "/v1/{innovationId}/sections/{sectionKey}"
tags: ["Innovation"]
---

# Update an innovation section info.

`PUT /v1/{innovationId}/sections/{sectionKey}`

Update an innovation section info.

## Path parameters

- `innovationId` string, uuid, required
- `sectionKey` 'INNOVATION_DESCRIPTION' | 'UNDERSTANDING_OF_NEEDS' | 'EVIDENCE_OF_EFFECTIVENESS' | 'MARKET_RESEARCH' | 'CURRENT_CARE_PATHWAY' | 'TESTING_WITH_USERS' | 'REGULATIONS_AND_STANDARDS' | 'INTELLECTUAL_PROPERTY' | 'REVENUE_MODEL' | 'COST_OF_INNOVATION' | 'DEPLOYMENT', required

## Request body

- object
  - `name` string
  - `description` string
  - `status` string

## Response `200`

Innovation section info updated successfully.

- object
  - `id` string, uuid

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `500` — Internal server error.

---

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