---
title: "Update a claim"
method: PUT
path: "/api/v1/claims/{id}"
tags: ["Claims"]
---

# Update a claim

`PUT /api/v1/claims/{id}`

## Path parameters

- `id` integer, required

## Request body

- ClaimRequestBody — Claim input data
  - `ufn` string, required — universal file number
  - `client` string, required — client name
  - `category` string — claim category
  - `concluded` string, date — claim concluded date
  - `feeType` string — fee type
  - `escaped` boolean — escaped status
  - `counselPayment` string — status of counsel payment
  - `claimed` number — amount claimed
  - `submissionId` string, uuid — id of the submission this claim links to

## Response `204`

Claim updated successfully

## Other responses

- `403` — Forbidden
- `404` — Claim not found

## Changes

- **2026-05-14** `def1cfa2791d` — 1 info
  - added the non-success response with the status `403`
- **2026-05-07** `f5d94c130d5b` — 1 info
  - added the new optional request property `counselPayment`
- **2026-05-06** `f141b4bcbce1` — 1 info
  - added the new optional request property `escaped`

[Change history](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/changes/api/v1/claims/:id/put.md)

---

[API](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3.md) · [All operations](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/llms.txt) · [OpenAPI document](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/revisions/b5fcd3dd0dc2?raw)
