Publish the website
Makes the current draft live. Until this is called, edits made through this API are invisible to the public - this is the one endpoint that changes what visitors see, which is why it needs website:publish rather than website:write.
amend (the default) overwrites the active release in place, so routine edits do not litter the history. snapshot cuts a new version, which is what you want before a large change so there is a version to roll back to.
Requires the Website plan addon, the same as publishing from the admin editor.
Authorizations
Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.
Query Parameters
Body
Response
The release now serving the public site
A published version of the website. The public site renders the release with isActive: true.