---
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
  - `rootCauseAnalysis` string
  - `genderedImplications` string

## 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, required
    - `dueDate` string, required
    - `rootCauseAnalysis` string, required
    - `genderedImplications` string, required
    - `status` 'TO_DO' | 'IN_PROGRESS' | 'DONE', required

## Changes

- **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/60d6c901bc4e/schema)
