Skip to main content
PATCH

Update Page

Updates metadata fields on an existing page. Requires pages:write scope.

Headers

string
required
Bearer token with pages:write scope.

Path Parameters

string
required
The unique project ID.

Request Body

string
Updated title.
string
Updated description.
string
Updated URL slug. Must be unique across all pages.
string
Updated cover image URL (or null to remove).
string
Updated creator name.

Response

string
The project ID.
string
The updated URL slug.