---
title: "Update a page_version"
method: PATCH
path: "/api/v2/page_versions/{id}"
tags: ["PageVersions"]
---

# Update a page_version

`PATCH /api/v2/page_versions/{id}`

Renames a page version — `name` is the only writable attribute.

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

Single page version

## Other responses

- `422` — Unprocessable Entity

## Changes

- **2026-08-31** `0e862879d77b` — 1 breaking, 2 warning
  - the request property `data/attributes/name` became required
  - removed the request property `data/attributes/page_id`
  - removed the request property `data/attributes/restored_from_version_id`

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/page_versions/:id/patch.md)

---

[API](https://skmtc.dev/productive/apis/api-documentation.md) · [All operations](https://skmtc.dev/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/743d67840637/schema)
