chore: add audit-logs swagger (#12001)
Co-authored-by: Tanmay Sharma <tanmaydeepsharma21@gmail.com>
This commit is contained in:
@@ -175,6 +175,13 @@
|
||||
patch:
|
||||
$ref: ./application/accounts/update.yml
|
||||
|
||||
# Audit Logs
|
||||
/api/v1/accounts/{account_id}/audit_logs:
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/account_id'
|
||||
get:
|
||||
$ref: ./application/audit_logs/index.yml
|
||||
|
||||
# AgentBots
|
||||
/api/v1/accounts/{account_id}/agent_bots:
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user