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

# PUT /api/claims/{id}

`PUT /api/claims/{id}`

Updates an existing claim. Always resets claim to REQUESTED status.

## Path parameters

- `id` string, required

## Request body

- object
  - `explanation` string, nullable
  - `expirationDate` string, nullable
  - `issueDate` string, nullable
  - `issuedBy` string, nullable
  - `fileId` string, nullable
  - `documentNumber` string, nullable
  - `licenseNumber` string, nullable
  - `livingWage` string, nullable
  - `minimumWage` string, nullable
  - `featuredImageFileId` string, nullable
  - `title` string, nullable
  - `styleIds` string[]
  - `shouldAttachChildren` boolean

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `companyId` string, required
    - `standardId` string, required
    - `status` string, required
    - `name` string, nullable
    - `description` string, nullable
    - `type` string, nullable
    - `explanation` string, nullable
    - `expirationDate` union, required
      - string
      - string
    - `issueDate` union, required
      - string
      - string
    - `issuedBy` string, nullable
    - `fileId` string, nullable
    - `fileUrl` string, nullable
    - `fileType` string, nullable
    - `fileContentType` string, nullable
    - `documentNumber` string, nullable
    - `licenseNumber` string, nullable
    - `livingWage` string, nullable
    - `minimumWage` string, nullable
    - `featuredImageFileId` string, nullable
    - `title` string, nullable
    - `logoFileUrl` string, nullable
    - `isRemoved` union
      - number
      - boolean
    - `isArchived` union
      - number
      - boolean
    - `isValidWithLatestRules` union
      - number
      - boolean
    - `certificateDependencies` object, nullable
      - `products` string[]
    - `translations` object, nullable
    - `providerName` string, nullable
    - `companyName` string, nullable
    - `companyOfficialName` string, nullable
    - `createdAt` union
      - string
      - string, date-time
    - `updatedAt` union
      - string
      - string, date-time
    - `createdByUserId` string, nullable
    - `createdByCompanyId` string, nullable
    - `updatedByUserId` string, nullable
    - `updatedByCompanyId` string, nullable
    - `createdByUserName` string, nullable
    - `createdByUserEmail` string, nullable
    - `createdByCompanyName` string, nullable
    - `updatedByUserName` string, nullable
    - `updatedByCompanyName` string, nullable

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 50 breaking, 3 warning, 52 info
  - request property `documentNumber` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `expirationDate` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `explanation` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `featuredImageFileId` list-of-types was narrowed by removing types `null` from media type `application/json`
  - …101 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/claims/:id/put.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
