---
title: "PATCH /experimental/orgs/{orgId}/findings/{findingId}"
method: PATCH
path: "/experimental/orgs/{orgId}/findings/{findingId}"
tags: ["Orgs"]
---

# PATCH /experimental/orgs/{orgId}/findings/{findingId}

`PATCH /experimental/orgs/{orgId}/findings/{findingId}`

Ignores or un-ignores a single Finding across the org, keyed on the finding and its owning org. Ignoring moves it out of the status=active triage list into status=ignored and drops it from the denormalized finding counts; the state persists across re-scans. This is the write behind the org Findings page — the same slice the org findings GET reads.

## Path parameters

- `orgId` string, uuid, required
- `findingId` string, uuid, required

## Headers

- `Authorization` string

## Request body

- object
  - `ignored` boolean, required
  - `reason` union
    - 'not-relevant'
    - 'wont-fix'
    - 'noisy'

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'skill-inventory-finding', required
    - `attributes` object, required
      - `ignored` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-02** `d18817d8161c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/orgs/:orgId/findings/:findingId/patch.md)

---

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