Update a brand content page
Update one of the token tenant’s brand content pages. Requires the brand-content-pages:write scope.
Authorizations
OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.
Path Parameters
The id.
Body
Update a brand content page (writers only). All fields optional; only provided fields are changed. Body is permissive (unknown fields are ignored). The public-share flags drive the share-link lifecycle.
New page title (trimmed, truncated to 200 chars; blank becomes "Untitled").
New rich content as a TipTap/ProseMirror JSON document ({ "type": "doc", ... }); any other shape is normalized to an empty document.
New publication status (anything other than "published" is treated as "draft").
draft, published Enable (true) or disable (false) the public share link. Enabling reuses the existing token or mints one; disabling removes the share token. Tri-state: omit to leave unchanged.
When true, rotate (regenerate) the public share token. Takes precedence over publicShare.
Response
The updated brand content page.
A brand content page (rich-text marketing/landing page) owned by the token's company. shareToken is present only for writers (editors); non-writers reading a published page never receive it.