Skip to content

Kirby 4.1.2

PATCH /api/pages/:id

Update page content

Patch parameters

Send a key/value object with the new page content as request body:

{
  "intro": "This is a great article",
  "text": "It's very very long"
}