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

@@ -60,6 +60,10 @@ webhook:
$ref: ./resource/webhook.yml
account:
$ref: ./resource/account.yml
account_detail:
$ref: ./resource/account_detail.yml
account_show_response:
$ref: ./resource/account_show_response.yml
account_user:
$ref: ./resource/account_user.yml
platform_account:
@@ -87,6 +91,9 @@ public_inbox:
account_create_update_payload:
$ref: ./request/account/create_update_payload.yml
account_update_payload:
$ref: ./request/account/update_payload.yml
account_user_create_update_payload:
$ref: ./request/account_user/create_update_payload.yml