Create Status Report Update
Create an status report update
POST
/
status_report
/
:id
/
update
Path Parameters
id
string
requiredThe id of the status report
Body
application/json
status
enum<string>
requiredThe status of the update
Available options:
investigating
, identified
, monitoring
, resolved
date
string | null
requiredThe date of the update in ISO8601 format
message
string
requiredThe message of the update
statusReportId
number
requiredThe id of the status report
Response
200 - application/json
id
number
requiredThe id of the status report
title
string
requiredThe title of the status report
status
enum<string>
requiredThe 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
Was this page helpful?