Snooze a notification alert for the specified duration.
cURL
curl --request POST \ --url https://api.example.com/api/notifications/alerts/{log_id}/snooze \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "duration": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Snooze an alert notification.
Successful Response