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

# Patch Dead Code Finding

`PATCH /snapshots/{snapshot_id}/dead-code/findings/{finding_id}`

Persist a dead-code triage decision (sibling of the health
``patch_finding`` route — same ownership and storage rules).

## Path parameters

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

## Request body

- DeadCodeFindingPatch — Triage mutation for one dead-code finding (sibling of HealthFindingPatch, but validated here instead of only by the DB CHECK).
  - `status` 'open' | 'acknowledged' | 'resolved' | 'false_positive', required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[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-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
