---
title: "PATCH /v1/{innovationId}/export-requests/{requestId}"
method: PATCH
path: "/v1/{innovationId}/export-requests/{requestId}"
tags: ["[v1] Innovation Export Requests"]
---

# PATCH /v1/{innovationId}/export-requests/{requestId}

`PATCH /v1/{innovationId}/export-requests/{requestId}`

Patch export request status

## Path parameters

- `innovationId` string, uuid, required
- `requestId` string, uuid, required

## Request body

- object
  - `status` union
    - 'CANCELLED'
    - 'REJECTED' | 'APPROVED'
  - `rejectReason` string

## Response `204`

Export request was successfully updated

## Other responses

- `400` — The request is invalid.
- `401` — The user is not authenticated.
- `403` — The user is not authorized to access this resource.
- `500` — An error occurred while processing the request.

---

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