v1
latestOpenAPI 3.0.02026-07-133916139.4 KBpage
Update a status page
put/page/{id}
Path parameters
idstring required
The id of the page
Example:1
The id of the page
Request body
Example request
{
"title": "My Page",
"description": "My awesome status page",
"slug": "my-page",
"customDomain": "status.acme.com",
"passwordProtected": true,
"accessType": "public",
"password": "hidden-password",
"authEmailDomains": [
"example.com",
"example.org"
],
"showMonitorValues": true,
"monitors": [
1,
2
]
}Response
Get an Status page
Example response
{
"id": 1,
"title": "My Page",
"description": "My awesome status page",
"slug": "my-page",
"customDomain": "status.acme.com",
"passwordProtected": true,
"accessType": "public",
"password": "hidden-password",
"authEmailDomains": [
"example.com",
"example.org"
],
"showMonitorValues": true,
"monitors": [
1,
2
]
}