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

# Mark an item with the specified classification and ID as ready for publishing.

`POST /authoring/v1/changes/{classification}/{id}/status/ready`

Use the `/changes/{classification}/{id}/status/ready` endpoint to ready a single item with the specified classification and ID.
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

- `id` string, required
- `classification` string, required

## Query parameters

- `rev` string

## Response `200`

Item was succesfully 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.dev/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.dev/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
