---
title: "Approve task"
method: POST
path: "/task/{id}/approve"
---

# Approve task

`POST /task/{id}/approve`

Action to move task to 'Approved' status. Task can only be moved to "approved" status if it was previously "closed"

## Path parameters

- `id` integer, required

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/breezeway/apis/breezeway-auth-api.md) · [All operations](https://skmtc.dev/breezeway/apis/breezeway-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breezeway/breezeway-auth-api/revisions/920ab5205e9d/schema)
