mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(openapi): Add open api routes for routing v2 (#5686)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -89,6 +89,17 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::business_profile::business_profile_create,
|
||||
routes::business_profile::business_profile_retrieve,
|
||||
routes::business_profile::business_profile_update,
|
||||
|
||||
// Routes for routing under business profile
|
||||
routes::business_profile::routing_link_config,
|
||||
routes::business_profile::routing_unlink_config,
|
||||
routes::business_profile::routing_update_default_config,
|
||||
routes::business_profile::routing_retrieve_default_config,
|
||||
routes::business_profile::routing_retrieve_linked_config,
|
||||
|
||||
// Routes for routing
|
||||
routes::routing::routing_create_config,
|
||||
routes::routing::routing_retrieve_config,
|
||||
),
|
||||
components(schemas(
|
||||
common_utils::types::MinorUnit,
|
||||
@ -452,6 +463,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::routing::ast::ValueType,
|
||||
api_models::routing::ast::MetadataValue,
|
||||
api_models::routing::ast::NumberComparison,
|
||||
api_models::routing::RoutingAlgorithmId,
|
||||
api_models::payment_methods::RequestPaymentMethodTypes,
|
||||
api_models::payments::PaymentLinkStatus,
|
||||
api_models::blocklist::BlocklistRequest,
|
||||
|
||||
Reference in New Issue
Block a user