v1

latestOpenAPI 3.0.02026-07-2417611.8 MB
Authoring review

Approve items in a review.

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

post/authoring/v1/review/{id}/approve

Path parameters

idstring required

Provide the ID of the review that you want to approve.

Request body

Example request

{
  "ids": [
    {
      "id": "a9e1e857-4eb3-4994-9214-3ed739a9987b",
      "classification": "content"
    }
  ]
}

Response

Successfully approved the items in the specified review.