chore: add audit-logs swagger (#12001)

Co-authored-by: Tanmay Sharma <tanmaydeepsharma21@gmail.com>
This commit is contained in:
Shivam Mishra
2025-07-22 15:12:31 +05:30
committed by GitHub
parent 60951b45fd
commit 94b7154926
10 changed files with 814 additions and 0 deletions

View File

@@ -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: