Snooze Incident Notifications
PUT {{baseUrl}}/incidents/:incidentID/snooze
This endpoint is used to snooze incident notifications.
Requires
access_token
as aBearer {{token}}
in theAuthorization
header.
Request Body
{"snooze_duration_in_mins"=>30}
RESPONSES
status: OK
{"data":{"incident_id":"65793e420ffadd1eaba0a7ab","is_snoozed":true,"snooze_end_time":"2023-12-14T09:14:00Z"}}