Skip to main content
PATCH
/
status-pages
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Status Page ID

Body

application/json
name
string

The name of the status page

slug
string

The slug for the status page URL

description
string

The description of the status page

isPublic
boolean

Whether the status page is public

theme
string

The theme of the status page

customDomain
string

The custom domain for the status page

customCss
string

Custom CSS for the status page

customJs
string

Custom JavaScript for the status page

Response

The status page has been successfully updated.