Skip to main content

Update Incident Notes

PUT 

/v1/api/incidents/:incidentID/notes

For additional auditing and clarity for your team members, you can programatically edit notes to provide further details.

Request

Path Parameters

    incidentID stringrequired

    The ID of the recorded incident.

Query Parameters

    region string

    Possible values: [us, eu, uk, jp, in, ap, ca, au, par]

    The region/country of the recorded incident (defaults to the US).

Body

required

The content of the note you want to update on the incident.

    string

Responses

Updated the note for the incident.

Loading...