Skip to main content
PATCH
/
api
/
v1
/
orgs
/
{orgId}
/
status-page
Update legacy status page settings
curl --request PATCH \
  --url https://monitor.aevr.space/api/v1/orgs/{orgId}/status-page \
  --header 'Content-Type: application/json' \
  --cookie auth-token= \
  --data '
{
  "id": "<string>",
  "name": "<string>",
  "isEnabled": true,
  "isDefault": true,
  "slug": "<string>",
  "title": "<string>",
  "description": "<string>",
  "logoUrl": "<string>",
  "showHistory": true,
  "showUptime": true,
  "showIncidents": true,
  "showMonitors": true,
  "publicMonitorIds": [
    "<string>"
  ],
  "theme": {
    "accent": "<string>",
    "background": "<string>"
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://monitor-f3599674.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

auth-token
string
cookie
required

Signed session cookie returned by the platform auth flows.

Path Parameters

orgId
string
required

Body

application/json
id
string
name
string | null
isEnabled
boolean
isDefault
boolean | null
slug
string
title
string | null
description
string | null
logoUrl
string<uri> | null
showHistory
boolean
showUptime
boolean
showIncidents
boolean
showMonitors
boolean
publicMonitorIds
string[]
theme
object

Response

200

Status page updated