incident_io_client.api.webhooks.webhooks_public_incident_incident_updated_v2
asyncio
async
asyncio(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[
WebhooksPublicIncidentIncidentUpdatedV2ResponseBody
]
PublicIncidentIncidentUpdatedV2 Webhooks
This webhook is emitted whenever an incident is updated.
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Optional[WebhooksPublicIncidentIncidentUpdatedV2ResponseBody]
|
WebhooksPublicIncidentIncidentUpdatedV2ResponseBody |
Source code in incident_io_client/api/webhooks/webhooks_public_incident_incident_updated_v2.py
asyncio_detailed
async
asyncio_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[
WebhooksPublicIncidentIncidentUpdatedV2ResponseBody
]
PublicIncidentIncidentUpdatedV2 Webhooks
This webhook is emitted whenever an incident is updated.
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Response[WebhooksPublicIncidentIncidentUpdatedV2ResponseBody]
|
Response[WebhooksPublicIncidentIncidentUpdatedV2ResponseBody] |
Source code in incident_io_client/api/webhooks/webhooks_public_incident_incident_updated_v2.py
sync
sync(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[
WebhooksPublicIncidentIncidentUpdatedV2ResponseBody
]
PublicIncidentIncidentUpdatedV2 Webhooks
This webhook is emitted whenever an incident is updated.
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Optional[WebhooksPublicIncidentIncidentUpdatedV2ResponseBody]
|
WebhooksPublicIncidentIncidentUpdatedV2ResponseBody |
Source code in incident_io_client/api/webhooks/webhooks_public_incident_incident_updated_v2.py
sync_detailed
sync_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[
WebhooksPublicIncidentIncidentUpdatedV2ResponseBody
]
PublicIncidentIncidentUpdatedV2 Webhooks
This webhook is emitted whenever an incident is updated.
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Response[WebhooksPublicIncidentIncidentUpdatedV2ResponseBody]
|
Response[WebhooksPublicIncidentIncidentUpdatedV2ResponseBody] |