Update a page (merge semantics on meta)
Pages
Update a page (merge semantics on meta)
Only fields you pass are overwritten — meta keys you omit are
preserved. Pass an explicit null to clear a meta field. Path
parameter must be the numeric id (not slug) for this endpoint.
Costs 1 credit per successful update (page_update).
PATCH
Update a page (merge semantics on meta)
Authorizations
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
Body
application/json
Patch shape — every field is optional. Pass null on a meta field
to clear it. Untouched fields are preserved (merge semantics).
Pattern:
^[a-z0-9\-/]+$Available options:
landing, blog_list, blog_post, legal Response
OK