Orgs

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.

patch/experimental/orgs/{orgId}/findings/{findingId}

Path parameters

orgIdstring uuid required
findingIdstring uuid required

Headers

Authorizationstring

Request body

ignoredboolean required

Response

Default Response

Changes

Changed in 3 of the 55 revisions of this API.14

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

  • 050f3217cf2c11See the full diff
    • ●

      added the new finding enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      removed the skill-inventory-finding enum value from the / response property for the response status

      response-property-enum-value-removed

    • ○

      endpoint added

      endpoint-added