Incidents.Postmortems
Overview
Available Operations
remove
Example Usage
from squadcast import SquadcastSDK
with SquadcastSDK(
refresh_token_auth="<YOUR_REFRESH_TOKEN_AUTH_HERE>",
) as squadcast_sdk:
res = squadcast_sdk.incidents.postmortems.remove(incident_id="<id>")
# Handle response
print(res)
Parameters
Parameter
Type
Required
Description
Response
Errors
Error Type
Status Code
Content Type
get_by_incident
Example Usage
Parameters
Parameter
Type
Required
Description
Response
Errors
Error Type
Status Code
Content Type
update_by_incident
Example Usage
Parameters
Parameter
Type
Required
Description
Response
Errors
Error Type
Status Code
Content Type
Last updated