---
title: "Add evidence to a claim"
method: PATCH
path: "/api/v1/claims/{claimId}/evidence"
tags: ["Claims"]
---

# Add evidence to a claim

`PATCH /api/v1/claims/{claimId}/evidence`

## Path parameters

- `claimId` string, uuid, required

## Request body

- ClaimEvidenceRequestBody — evidence data
  - `id` string, uuid — The unique ID for the evidence
  - `fileKey` string, required — The file key for the evidence
  - `fileSize` integer, required — The file size for the evidence
  - `submittedOn` string, date-time — The date and time the evidence was submitted

## Response `201`

Evidence added to claim successfully

- AddClaimEvidenceResponse
  - `id` string, uuid

## Other responses

- `400` — Invalid request body
- `403` — Forbidden

---

[API](https://skmtc.net/ministryofjustice/apis/openapi-definition-3.md) · [All operations](https://skmtc.net/ministryofjustice/apis/openapi-definition-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministryofjustice/openapi-definition-3/versions/2380e2ea7c1d/schema)
