Findings

Update a finding

Update a finding. Status transition rules apply based on user role.

patch/v1/findings/{id}

Path parameters

idstring required
Example:fnd_abc123

Finding ID

Request body

status'open' | 'ready_for_review' | 'needs_revision' | 'closed'

Finding status

type'soc2' | 'iso27001'

Type of finding (SOC 2 or ISO 27001)

contentstring

Finding content/message

revisionNoteobject nullable

Auditor note when requesting revision (only for needs_revision status)

Example request

{
  "content": "The uploaded evidence does not clearly show the Organization Name or URL."
}

Response

The updated finding

Changes