---
title: "Approve items in a review."
method: POST
path: "/authoring/v1/review/{id}/approve"
tags: ["Authoring review"]
---

# Approve items in a review.

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

Use the /review/{id}/approve endpoint to approve items in the specified review. 
This endpoint approves the items that you specify that were added to the specified review in bulk. For example, if Content A, Content B, and Asset C were added to a review, and you requested approval for Content A and Asset C, then only the items that you requested are approved. Check whether the items were successfully approved from the approvals field in the returned API representation of review model. You can identify the items that failed to approve by checking the item IDs that are listed in the response header. The review is automatically complete when all items that were requested for approval are approved.
<br />User roles: admin, manager, editor

## Path parameters

- `id` string, required

## Request body

- object
  - `ids` object[], required — Provide the ID of the items that you want to submit for review. The unique ID (uid) is the items classification and the ID combined to create an ID that is unique across all content hub items.
    - `id` string
    - `classification` 'asset' | 'content' — The classification of the item.

## Response `200`

Successfully approved the items in the specified review.

## Other responses

- `400` — The required parameters are missing or invalid. Provide valid parameters and try again.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `503` — Unable to approve the items in the 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/revisions/677305266d89/schema)
