Alerts
Update alert status
Update a custom alert status’s name and/or colour.
PUT
Update a custom alert status’s name and/or colour. The status is identified by its key.
Authorization
Blnk Cloud APIs support any one of the following authentication methods. All of them work with yourCLOUD_API_KEY or OAUTH_ACCESS_TOKEN.
- Bearer token
- X-Blnk-Key header
- X-API-Key header
Path
string
The status key to update (e.g. PENDING_REVIEW). Case-insensitive.
Body
string
required
New display name for the status.
string
required
New hex colour code. Must be one of the values in allowed_colours from the list statuses response.
Response
string
Organization ID that owns the status.
string
The status key.
string
Display name of the status (after update).
string
Hex colour code of the status (after update).
timestamp
ISO 8601 timestamp when the status was created.
timestamp
ISO 8601 timestamp when the status was last updated.