---
title: "Save a revision"
method: POST
path: "/admin/api/pads/{padId}/saveRevision"
tags: ["Pads"]
---

# Save a revision

`POST /admin/api/pads/{padId}/saveRevision`

Saves the current revision of the pad

## Path parameters

- `padId` string, required

## Request body

- PadSaveRevisionRequest
  - `rev` integer

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ether/apis/etherpad-go-api.md) · [All operations](https://skmtc.net/ether/apis/etherpad-go-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ether/etherpad-go-api/versions/6f3a072916e8/schema)
