Documentation
Approving / Denying

Approving / Denying

A reviewer must explicitly approve (or deny) a WARN decision before you execute the underlying action.

Decision review is separate from validation

/api/validate returns a decision. Approving/denying that decision is a separate operation performed by an authenticated reviewer.

Endpoints

These endpoints are used by the dashboard review flow.
text
Approve: POST /api/decisions/<decision_id>/approve
Deny:    POST /api/decisions/<decision_id>/block

Response shapes

json
{
  "decision_id": "dec_...",
  "approved": true
}
json
{
  "decision_id": "dec_...",
  "rejected": true
}
Legal & Responsibility Notice
Summary
Informational only
Provided for general guidance. Not legal, compliance, security, or professional advice.
You control implementation
You are responsible for policies, prompts, integrations, workflows, and regulatory requirements.
Liability limitation
To the maximum extent permitted by law, the company disclaims liability for losses arising from use of this documentation or implementations based on it.