Skip to main content
POST
Create a status page update

Authorizations

Authorization
string
header
required

Organization API key, prefixed with gm_api_. Send it as Authorization: Bearer <api_key>.

Path Parameters

statusPageId
string
required

Body

application/json
title
string
required
body
string
required
state
enum<string>
required
Available options:
draft,
published
updateType
enum<string>
required
Available options:
incident,
maintenance,
informational
impact
enum<string>
required
Available options:
none,
minor,
major,
critical
components
object[]

Response

201 - undefined