---
title: "Update Finding"
method: PUT
path: "/api/v1/admin/source-tracker/findings/{finding_id}"
tags: ["source-tracker-admin"]
---

# Update Finding

`PUT /api/v1/admin/source-tracker/findings/{finding_id}`

Edit the finding text before approval — the human voice the Findings
section promises (v1.1 U5). Editing an APPROVED finding drops it back to
PENDING: changed public prose must be re-vetted.

## Path parameters

- `finding_id` string, uuid, required

## Request body

- TrackerFindingUpdateRequest
  - `body_md` string, required

## Response `200`

Successful Response

- TrackerFindingReviewResponse
  - `finding_id` string, uuid, required
  - `status` 'pending' | 'approved' | 'rejected', required — Lifecycle of a human-vetted "what changed" finding. Deliberately 3 members (no INCOMPLETE): a finding is templated text a human approves or rejects — a "failed scan" state cannot occur on it.

## Other responses

- `404` — Resource not found
- `422` — Validation Error

## Changes

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/admin/source-tracker/findings/:finding_id/put.md)

---

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