---
title: "Update an innovation evidence entry."
method: PUT
path: "/v1/{innovationId}/evidence/{evidenceId}"
tags: ["Innovation"]
---

# Update an innovation evidence entry.

`PUT /v1/{innovationId}/evidence/{evidenceId}`

Update an innovation evidence entry.

## Path parameters

- `innovationId` string, uuid, required
- `evidenceId` string, uuid, required

## Request body

- object
  - `evidenceSubmitType` 'CLINICAL_OR_CARE' | 'COST_IMPACT_OR_ECONOMIC' | 'OTHER_EFFECTIVENESS' | 'PRE_CLINICAL' | 'REAL_WORLD', required
  - `evidenceType` 'DATA_PUBLISHED' | 'NON_RANDOMISED_COMPARATIVE_DATA' | 'NON_RANDOMISED_NON_COMPARATIVE_DATA' | 'CONFERENCE' | 'RANDOMISED_CONTROLLED_TRIAL' | 'UNPUBLISHED_DATA' | 'OTHER'
  - `description` string
  - `summary` string, required

## Response `204`

Success.

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