---
title: "Moves a page"
method: PATCH
path: "/api/v2/pages/{id}/move"
tags: ["Pages"]
---

# Moves a page

`PATCH /api/v2/pages/{id}/move`

Moves a page and its subpages under another page. `target_doc_id` is the ID of the destination page; the moved page becomes its last child and joins the destination's doc. Requires write access on the destination; published docs cannot be moved. When a doc is moved it stops being a doc — its memberships and project link are dropped and access follows the destination.

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

Single page

## Other responses

- `403` — Forbidden
- `409` — Conflict
- `422` — Unprocessable Entity

## Changes

- **2026-08-31** `0e862879d77b` — 4 info
  - added optional request body
  - added the non-success response with the status `403`
  - added the non-success response with the status `409`
  - added the optional property `data/relationships/updater` to the response with the `200` status

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/pages/:id/move/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/0e862879d77b/schema)
