---
title: "Bulk promote the specified page Ids in the specified site from draft to ready status."
method: POST
path: "/authoring/v1/sites/{site-id}/pages/ready"
tags: ["Authoring sites"]
---

# Bulk promote the specified page Ids in the specified site from draft to ready status.

`POST /authoring/v1/sites/{site-id}/pages/ready`

Use this endpoint to change the status of multiple pages in a specific site from draft to ready.
<br />User roles: admin, manager, editor

## Path parameters

- `site-id` string, uuid, required

## Request body

- object — Publish the list of draft page Ids
  - `ids` string[] — List of draft page Ids

## Response `204`

Successfully changed the status of all specified pages in the site from draft to ready.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Too Many Requests
- `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)
