page.publish
ActiveTool of Create Web Page
Publish the latest page revision. Call this only when the user's latest message explicitly asks to publish, make the page live, or get a public share link. Do not call this immediately after page.create or page.create_from_brief just because the draft is publish-ready. For anonymous demo pages, include the editToken returned by page.create. The response includes nextSteps: always share these with the user after publishing — they include the claim reminder and any remaining improvements.
Parameters schema
{
"type": "object",
"required": [
"pageId"
],
"properties": {
"pageId": {
"type": "string",
"format": "uuid",
"description": "The pageId returned by page.create."
},
"editToken": {
"type": "string",
"description": "Required for anonymous demo pages. Use the editToken returned by page.create."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Create Web Page
https://github.com/daniel-lopez-puig/landings
1/7 registries