Skip to main content
PUT
/
v1
/
status-pages
/
{id}
Update a status page
curl --request PUT \
  --url https://api.rootly.com/v1/status-pages/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '
{
  "data": {
    "type": "status_pages",
    "attributes": {
      "title": "<string>",
      "public_title": "<string>",
      "description": "<string>",
      "public_description": "<string>",
      "header_color": "<string>",
      "footer_color": "<string>",
      "allow_search_engine_index": true,
      "show_uptime": true,
      "show_uptime_last_days": 30,
      "success_message": "<string>",
      "failure_message": "<string>",
      "authentication_method": "none",
      "authentication_enabled": false,
      "authentication_password": "<string>",
      "saml_idp_sso_service_url": "<string>",
      "saml_idp_slo_service_url": "<string>",
      "saml_idp_cert": "<string>",
      "saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
      "website_url": "<string>",
      "website_privacy_url": "<string>",
      "website_support_url": "<string>",
      "ga_tracking_id": "<string>",
      "time_zone": "Etc/UTC",
      "public": true,
      "service_ids": [
        "<string>"
      ],
      "functionality_ids": [
        "<string>"
      ],
      "enabled": true
    }
  }
}
'
{
  "data": {
    "id": "<string>",
    "type": "status_pages",
    "attributes": {
      "title": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "slug": "<string>",
      "public_title": "<string>",
      "description": "<string>",
      "public_description": "<string>",
      "header_color": "<string>",
      "footer_color": "<string>",
      "allow_search_engine_index": true,
      "show_uptime": true,
      "show_uptime_last_days": 30,
      "success_message": "<string>",
      "failure_message": "<string>",
      "authentication_method": "none",
      "authentication_enabled": false,
      "authentication_password": "<string>",
      "saml_idp_sso_service_url": "<string>",
      "saml_idp_slo_service_url": "<string>",
      "saml_idp_cert": "<string>",
      "saml_idp_cert_fingerprint": "<string>",
      "saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
      "website_url": "<string>",
      "website_privacy_url": "<string>",
      "website_support_url": "<string>",
      "ga_tracking_id": "<string>",
      "time_zone": "Etc/UTC",
      "public": true,
      "service_ids": [
        "<string>"
      ],
      "functionality_ids": [
        "<string>"
      ],
      "external_domain_names": [
        "<string>"
      ],
      "enabled": true
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Body

application/vnd.api+json
data
object
required

Response

status page section_order updated

data
object
required