---
title: "Decide Approval"
method: POST
path: "/approvals/{approval_id}/decide"
tags: ["approvals"]
---

# Decide Approval

`POST /approvals/{approval_id}/decide`

Make a decision on an approval. Tenant-scoped for user callers.

## Path parameters

- `approval_id` string, required

## Request body

- ApprovalDecision
  - `action` string, required
  - `actor` string, required
  - `outcome_ref` string, nullable
  - `reason` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.net/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
