---
title: "Append markdown to a page body"
method: PATCH
path: "/api/v2/pages/{id}/append_markdown"
tags: ["Pages"]
---

# Append markdown to a page body

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

Append markdown to the end of a page's body. The markdown is converted to the page's rich-text representation and applied through the docs-realtime collaboration service so concurrent editors see the change immediately.

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

Single page

## Other responses

- `403` — Forbidden — the current user does not have permission to edit the target page.
- `422` — Unprocessable Entity — the request body is missing the required `markdown` field.
- `502` — Bad Gateway — the docs-realtime service returned an error or could not be reached.

---

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