incident_io_client.api.audit_logs.audit_logs_debrief_invite_rule_updated_v1
asyncio
async
asyncio(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[
AuditLogsDebriefInviteRuleUpdatedV1ResponseBody
]
DebriefInviteRuleUpdatedV1 Audit logs
This entry is created whenever a debrief invite rule 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[AuditLogsDebriefInviteRuleUpdatedV1ResponseBody]
|
AuditLogsDebriefInviteRuleUpdatedV1ResponseBody |
Source code in incident_io_client/api/audit_logs/audit_logs_debrief_invite_rule_updated_v1.py
asyncio_detailed
async
asyncio_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[
AuditLogsDebriefInviteRuleUpdatedV1ResponseBody
]
DebriefInviteRuleUpdatedV1 Audit logs
This entry is created whenever a debrief invite rule 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[AuditLogsDebriefInviteRuleUpdatedV1ResponseBody]
|
Response[AuditLogsDebriefInviteRuleUpdatedV1ResponseBody] |
Source code in incident_io_client/api/audit_logs/audit_logs_debrief_invite_rule_updated_v1.py
sync
sync(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[
AuditLogsDebriefInviteRuleUpdatedV1ResponseBody
]
DebriefInviteRuleUpdatedV1 Audit logs
This entry is created whenever a debrief invite rule 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[AuditLogsDebriefInviteRuleUpdatedV1ResponseBody]
|
AuditLogsDebriefInviteRuleUpdatedV1ResponseBody |
Source code in incident_io_client/api/audit_logs/audit_logs_debrief_invite_rule_updated_v1.py
sync_detailed
sync_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[
AuditLogsDebriefInviteRuleUpdatedV1ResponseBody
]
DebriefInviteRuleUpdatedV1 Audit logs
This entry is created whenever a debrief invite rule 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[AuditLogsDebriefInviteRuleUpdatedV1ResponseBody]
|
Response[AuditLogsDebriefInviteRuleUpdatedV1ResponseBody] |