v1
latestOpenAPI 3.1.02026-07-242470655.6 KBUpdate Page
Update an existing Page of a Site.
put/sites/multiscreen/{site_name}/pages/{page_uuid}
Path parameters
site_namestring required
The unique identifier of the target Site.
page_uuidstring required
The name of the target page.
Request body
Response
200
Example response
{
"draft_status": "DRAFT",
"header_html": "<script>console.log('woo')</script>",
"path": "about/abab",
"seo": {
"description": "My page description",
"og_image": "https://example.org/path/to/image.png",
"title": "About Page"
},
"title": "ABOUT",
"type": "REGULAR",
"uuid": "string"
}