---
title: "Complete a review."
method: POST
path: "/authoring/v1/review/{id}/complete"
tags: ["Authoring review"]
---

# Complete a review.

`POST /authoring/v1/review/{id}/complete`

Use the /review/end/{id} endpoint to end a review. This endpoint changes the review status to complete. The approved items in the review remain as approved, whereas the status of the unapproved items in the review will change to in progress status.
<br />User roles: admin, manager, editor

## Path parameters

- `id` string, required

## Response `200`

Successfully completed the review that matches the ID that you provided.

## Other responses

- `404` — The review with ID {id} was not found.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `503` — Unable to end the specified review as the service is unavailable. Try again later.
- `default` — Unexpected error.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/versions/677305266d89/schema)
