SnoozeNotifications
Overview
Available Operations
snooze
Example Usage
from squadcast_sdk import SquadcastSDK
with SquadcastSDK(
bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
) as ss_client:
res = ss_client.snooze_notifications.snooze(incident_id="<id>", snooze_duration_in_mins=42279)
# Handle response
print(res)
Parameters
Parameter
Type
Required
Description
Response
Errors
Error Type
Status Code
Content Type
Last updated