incident_io_client.api.webhooks.webhooks_private_incident_membership_granted_v1
asyncio
async
asyncio(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[
WebhooksPrivateIncidentMembershipGrantedV1ResponseBody
]
PrivateIncidentMembershipGrantedV1 Webhooks
This webhook is emitted whenever a user is given access to a private incident.
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[WebhooksPrivateIncidentMembershipGrantedV1ResponseBody]
|
WebhooksPrivateIncidentMembershipGrantedV1ResponseBody |
Source code in incident_io_client/api/webhooks/webhooks_private_incident_membership_granted_v1.py
asyncio_detailed
async
asyncio_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[
WebhooksPrivateIncidentMembershipGrantedV1ResponseBody
]
PrivateIncidentMembershipGrantedV1 Webhooks
This webhook is emitted whenever a user is given access to a private incident.
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[WebhooksPrivateIncidentMembershipGrantedV1ResponseBody]
|
Response[WebhooksPrivateIncidentMembershipGrantedV1ResponseBody] |
Source code in incident_io_client/api/webhooks/webhooks_private_incident_membership_granted_v1.py
sync
sync(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[
WebhooksPrivateIncidentMembershipGrantedV1ResponseBody
]
PrivateIncidentMembershipGrantedV1 Webhooks
This webhook is emitted whenever a user is given access to a private incident.
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[WebhooksPrivateIncidentMembershipGrantedV1ResponseBody]
|
WebhooksPrivateIncidentMembershipGrantedV1ResponseBody |
Source code in incident_io_client/api/webhooks/webhooks_private_incident_membership_granted_v1.py
sync_detailed
sync_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[
WebhooksPrivateIncidentMembershipGrantedV1ResponseBody
]
PrivateIncidentMembershipGrantedV1 Webhooks
This webhook is emitted whenever a user is given access to a private incident.
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[WebhooksPrivateIncidentMembershipGrantedV1ResponseBody]
|
Response[WebhooksPrivateIncidentMembershipGrantedV1ResponseBody] |