---
title: "Update Finding"
method: POST
path: "/method-api-gateway/api/v2/findings/{findingId}/update"
tags: ["findings"]
---

# Update Finding

`POST /method-api-gateway/api/v2/findings/{findingId}/update`

Update a finding. Omitted fields are unchanged. closeReason is required when status is CLOSED.

## Path parameters

- `findingId` string, required — The unique identifier for a finding. Same RID as an ontology-gateway Issue.

## Headers

- `Authorization` string, required

## Request body

- FindingsUpdateFindingRequest — unresolved $ref

## Response `200`

Response with status 200

- FindingsFinding — unresolved $ref

## Other responses

- `404` — Error response with status 404

## Changes

- **2026-08-15** `bcb563967a97` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/method/apis/api-reference/changes/method-api-gateway/api/v2/findings/:findingId/update/post.md)

---

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