Incidents.SnoozeNotifications
Overview
Available Operations
unsnooze
Example Usage
from squadcast import SquadcastSDK
with SquadcastSDK(
refresh_token_auth="<YOUR_REFRESH_TOKEN_AUTH_HERE>",
) as squadcast_sdk:
res = squadcast_sdk.incidents.snooze_notifications.unsnooze(incident_id="<id>", reassign_to={
"id": "<id>",
"type": "<value>",
})
# Handle response
print(res)
Parameters
Parameter
Type
Required
Description
Response
Errors
Error Type
Status Code
Content Type
Last updated