chore: generate openapi specs for organization endpoint for v1 and v2 (#5648)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-08-21 16:45:45 +05:30
committed by GitHub
parent b60ced02ff
commit 1d08c7b932
8 changed files with 214 additions and 6 deletions

View File

@ -69,6 +69,11 @@ Never share your secret api keys. Keep them guarded and secure.
),
// The paths will be displayed in the same order as they are registered here
paths(
// Routes for Organization
routes::organization::organization_create,
routes::organization::organization_retrieve,
routes::organization::organization_update,
// Routes for merchant connector account
routes::merchant_connector_account::connector_create,
routes::merchant_connector_account::connector_retrieve,