Create a new status page incident (admin)

POST/api/v1/status-page/incidents

Parameters

This endpoint does not accept parameters.

Responses

201Incident created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/status-page/incidents" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "title": "Increased API latency", "severity": "minor", "components": ["api", "graph"] }'

Response

201Incident created
Example response not yet documented.