Better Stack · JSON Structure

Better Stack Status Page Update Request Structure

Request body for updating a status page (all fields optional).

Type: object Properties: 3
IncidentsLogsMonitoringPlatformStatusUptimeObservabilityOn-CallHeartbeats

StatusPageUpdateRequest is a JSON Structure definition published by Better Stack, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

company_name custom_domain theme

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-structure/better-stack-status-page-update-request-structure.json",
  "name": "StatusPageUpdateRequest",
  "description": "Request body for updating a status page (all fields optional).",
  "type": "object",
  "properties": {
    "company_name": {
      "type": "string",
      "description": "New company name.",
      "example": "Acme Corp Updated"
    },
    "custom_domain": {
      "type": "string",
      "description": "New custom domain.",
      "example": "status.acme.com"
    },
    "theme": {
      "type": "string",
      "enum": [
        "light",
        "dark"
      ],
      "description": "New theme.",
      "example": "dark"
    }
  }
}