---
title: "Patch Finding"
method: PATCH
path: "/snapshots/{snapshot_id}/health/findings/{finding_id}"
tags: ["code-health"]
---

# Patch Finding

`PATCH /snapshots/{snapshot_id}/health/findings/{finding_id}`

## Path parameters

- `snapshot_id` string, required
- `finding_id` string, required

## Request body

- HealthFindingPatch
  - `status` 'open' | 'acknowledged' | 'resolved' | 'false_positive', required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-15** `49b7c4bcae26` — 1 breaking, 4 info
  - request property `status` was restricted to a list of enum values
  - added the new `acknowledged` enum value to the request property `status`
  - added the new `false_positive` enum value to the request property `status`
  - added the new `open` enum value to the request property `status`
  - …1 more

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/snapshots/:snapshot_id/health/findings/:finding_id/patch.md)

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/491affc1d3e7?raw)
