Api
Create Incident
AuthorizationBearer <token>
In: header
Request Body
application/json
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/status-page/incidents" \ -H "Content-Type: application/json" \ -d '{ "message": "string", "title": "string" }'{
"id": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}