Skip to main content
PATCH
Change a Page’s details without adding a version. Needs a key with Pages write turned on, and the Page must belong to the key’s bot. To change the HTML, use Publish a new version.

Authorization

string
required
Bearer mac_live_…

Path parameters

string
required
The Page’s id.

Body

Send at least one field. Fields you leave out are left alone.
string
1 to 150 characters.
string | null
Up to 300 characters. null clears it.
string
A new URL name. The old slug keeps working as a redirect to the new one, and stays reserved for this Page.
string
private or public. Takes effect on the next request to the Page.

Response

boolean
true on success.
object
The updated Page. Same fields as Get a page.
Sending the values the Page already has is a no-op: nothing is written and updated_at does not move.

Errors