page.header.update
ActiveTool of Create Web Page
Update the link-in-bio page header: displayName, bio, verified checkmark, and QR display. Use only the fields you want to change. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.
Parameters schema
{
"type": "object",
"required": [
"pageId"
],
"properties": {
"bio": {
"anyOf": [
{
"type": "string",
"maxLength": 280
},
{
"type": "null"
}
],
"description": "Short bio under the display name. Pass null to clear it."
},
"pageId": {
"type": "string",
"format": "uuid"
},
"showQr": {
"type": "boolean",
"description": "Show a QR code for this page."
},
"verified": {
"type": "boolean",
"description": "Show a verified checkmark next to the display name."
},
"editToken": {
"type": "string"
},
"displayName": {
"type": "string",
"maxLength": 80,
"description": "Visible display name in the page header."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Create Web Page
https://github.com/daniel-lopez-puig/landings
1/7 registries