---
title: "Restore a versioned item - currently supported for content and assets."
method: POST
path: "/authoring/v1/versions/restore"
tags: ["Authoring version"]
---

# Restore a versioned item - currently supported for content and assets.

`POST /authoring/v1/versions/restore`

Use this endpoint to restore a specific version of a content or an asset item by sending the JSON payload as the request body. The restored item will always be a draft - overwriting an existing one or creating a new one. Link to the new draft is sent as a response-header `Location`.
<br />User roles: admin, manager, editor

## Query parameters

- `projectId` string

## Response `200`

A draft version already exists for the item and was used to restore the item's version.

## Other responses

- `201` — No draft version already existed for the item and a new draft item was created to restore the item's version.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `500` — An error occurred during the restore process.
- `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)
