Skip to main content
PATCH
Update a page (merge semantics on meta)

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Path Parameters

id_or_slug
integer
required

Body

application/json

Patch shape — every field is optional. Pass null on a meta field to clear it. Untouched fields are preserved (merge semantics).

slug
string
Pattern: ^[a-z0-9\-/]+$
title
string
type
enum<string>
Available options:
landing,
blog_list,
blog_post,
legal
is_homepage
boolean
is_active
boolean
meta_title
string | null
meta_description
string | null
og_title
string | null
og_description
string | null
og_image
string<uri> | null
canonical_url
string<uri> | null

Response

OK

data
object