docs: add swagger spec for accounts API (#11620)

This commit is contained in:
Shivam Mishra
2025-05-29 11:23:27 +05:30
committed by GitHub
parent c3d98fc064
commit f6510e0d43
12 changed files with 1360 additions and 0 deletions

View File

@@ -166,6 +166,15 @@
# ------------ Application API routes ------------#
# Accounts
/api/v1/accounts/{id}:
parameters:
- $ref: '#/components/parameters/account_id'
get:
$ref: ./application/accounts/show.yml
patch:
$ref: ./application/accounts/update.yml
# AgentBots
/api/v1/accounts/{account_id}/agent_bots:
parameters: