---
title: "PATCH /api/capa/findings/{id}"
method: PATCH
path: "/api/capa/findings/{id}"
tags: ["CAPA Findings"]
---

# PATCH /api/capa/findings/{id}

`PATCH /api/capa/findings/{id}`

Update an existing finding

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string
  - `description` string
  - `urgency` 'A' | 'B' | 'C' | 'D' | 'E'
  - `impactAreaId` string
  - `assigneeUserId` string
  - `dueDate` string, nullable
  - `rootCauseAnalysis` string, nullable
  - `genderedImplications` string, nullable

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `title` string, required
    - `description` string, required
    - `urgency` string, required
    - `impactAreaId` string, required
    - `assigneeUserId` string, nullable, required
    - `dueDate` string, nullable, required
    - `rootCauseAnalysis` string, nullable, required
    - `genderedImplications` string, nullable, required
    - `status` 'TO_DO' | 'IN_PROGRESS' | 'DONE', required

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 7 breaking, 2 warning, 7 info
  - request property `dueDate` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `genderedImplications` list-of-types was narrowed by removing types `null` from media type `application/json`
  - request property `rootCauseAnalysis` list-of-types was narrowed by removing types `null` from media type `application/json`
  - the response property `data/assigneeUserId` became nullable for the status `200`
  - …12 more
- **2026-08-21** `ae0f0a740727` — 4 info
  - added the new optional request property `genderedImplications`
  - added the new optional request property `rootCauseAnalysis`
  - added the required property `data/genderedImplications` to the response with the `200` status
  - added the required property `data/rootCauseAnalysis` to the response with the `200` status

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/capa/findings/:id/patch.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)
