---
title: "Update a finding (status transition rules apply)"
method: PATCH
path: "/v1/findings/{id}"
tags: ["Findings"]
---

# Update a finding (status transition rules apply)

`PATCH /v1/findings/{id}`

Update a finding (status transition rules apply) in Comp AI. Create, review, update, and track audit findings, remediation activity, and finding history for an organization.

## Path parameters

- `id` string, required

## Request body

- UpdateFindingDto
  - `status` 'open' | 'ready_for_review' | 'needs_revision' | 'closed' — Finding status
  - `type` 'soc2' | 'iso27001' | 'pci_dss' | 'hipaa' | 'gdpr' | 'iso9001' | 'iso42001' — Finding type
  - `severity` 'low' | 'medium' | 'high' | 'critical' — Severity
  - `content` string — Finding content/message
  - `revisionNote` object, nullable — Auditor note when requesting revision

## Response `200`

## Changes

- **2026-06-04** `d7d0199d846f` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API
- **2026-05-29** `5382c53ab431` — 1 info
  - the endpoint scheme security `oauth2` was added to the API
- **2026-05-28** `73c1d2d2da5d` — 5 info
  - added the new `gdpr` enum value to the request property `type`
  - added the new `hipaa` enum value to the request property `type`
  - added the new `iso42001` enum value to the request property `type`
  - added the new `iso9001` enum value to the request property `type`
  - …1 more
- **2026-04-20** `6e22489e33cb` — 4 info
  - added the new optional request property `severity`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/trycompai/apis/comp-ai-api/changes/v1/findings/:id/patch.md)

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
