POST
/
status_report
/
:id
/
update

That endpoint is @deprecated in favor of /status_report_update POST request.

Path Parameters

id
string
required

The id of the status report

Body

application/json
status
enum<string>
required

The status of the update

Available options:
investigating,
identified,
monitoring,
resolved
date
string | null
required

The date of the update in ISO8601 format

message
string
required

The message of the update

statusReportId
number
required

The id of the status report

Response

200 - application/json
id
number
required

The id of the status report

title
string
required

The title of the status report

status
enum<string>
required

The current status of the report

Available options:
investigating,
identified,
monitoring,
resolved
statusReportUpdateIds
number[] | null

The ids of the status report updates

monitorIds
number[] | null

id of monitors this report needs to refer

pageId
number | null

The id of the page this status report belongs to