---
title: "Mark the item with the specified unique ID as ready for publishing."
method: POST
path: "/authoring/v1/changes/{uid}/status/ready"
tags: ["Authoring changes"]
---

# Mark the item with the specified unique ID as ready for publishing.

`POST /authoring/v1/changes/{uid}/status/ready`

Use the `/changes/{uid}/status/ready` endpoint to ready a single item with the specified unique ID. The unique ID (uid) is the items classification and the ID combined to create an ID that is unique across all items in Content.
If the item is used by other draft items then you must use the Bulk ready API to mark a group of inter-dependent items as ready for publishing.
Currently, only Assets and Content support workflow.
<br />User roles: admin, manager, editor

## Path parameters

- `uid` string, required

## Query parameters

- `rev` string

## Response `200`

Item was successfully readied. The item is returned in the response body.

## Other responses

- `400` — The specified item cannot be changed to ready state from its current state or the request made was invalid.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `503` — The service is currently 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)
