Skip to main content
PATCH
Review evidence submission

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for session auth, optional for API key auth)

Path Parameters

formType
enum<string>
required

Slug of the evidence form. Call GET /v1/evidence-forms to see every form with its title.

Available options:
board-meeting,
it-leadership-meeting,
risk-committee-meeting,
meeting,
access-request,
whistleblower-report,
penetration-test,
rbac-matrix,
infrastructure-inventory,
employee-performance-evaluation,
network-diagram,
tabletop-exercise,
account-types
submissionId
string
required

Body

application/json
action
enum<string>
required

Review outcome.

Available options:
approved,
rejected
Example:

"approved"

reason
string

Required when rejecting; optional when approving.

Example:

"Superseded by the Q3 inventory export."

Response

200 - undefined