mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user