v1

latestOpenAPI 3.0.02026-07-133916139.4 KB
status_report

Create a status report update

Preferably use /status-report-updates instead.

post/status_report/{id}/update

Path parameters

idstring required

The id of the status report

Example:1

The id of the status report

Request body

status'investigating' | 'identified' | 'monitoring' | 'resolved' required

The status of the update

datestring date nullable

The date of the update in ISO8601 format

messagestring required

The message of the update

Response

Status report updated

idnumber required

The id of the status report

titlestring required

The title of the status report

status'investigating' | 'identified' | 'monitoring' | 'resolved' required

The current status of the report

statusReportUpdateIdsnumber[] nullable

The ids of the status report updates

monitorIdsnumber[]

Ids of the monitors the status report.

pageIdnumber required

The id of the page this status report belongs to

Example response

{
  "title": "Documenso"
}