mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(dynamic_routing): update the authentication for update config to include JWT type (#6785)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -159,7 +159,9 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::routing::routing_retrieve_linked_config,
|
||||
routes::routing::routing_retrieve_default_config_for_profiles,
|
||||
routes::routing::routing_update_default_config_for_profile,
|
||||
routes::routing::success_based_routing_update_configs,
|
||||
routes::routing::toggle_success_based_routing,
|
||||
routes::routing::toggle_elimination_routing,
|
||||
|
||||
// Routes for blocklist
|
||||
routes::blocklist::remove_entry_from_blocklist,
|
||||
@ -590,6 +592,10 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::routing::RoutingKind,
|
||||
api_models::routing::RoutableConnectorChoice,
|
||||
api_models::routing::DynamicRoutingFeatures,
|
||||
api_models::routing::SuccessBasedRoutingConfig,
|
||||
api_models::routing::DynamicRoutingConfigParams,
|
||||
api_models::routing::CurrentBlockThreshold,
|
||||
api_models::routing::SuccessBasedRoutingConfigBody,
|
||||
api_models::routing::LinkedRoutingConfigRetrieveResponse,
|
||||
api_models::routing::RoutingRetrieveResponse,
|
||||
api_models::routing::ProfileDefaultRoutingConfig,
|
||||
|
||||
Reference in New Issue
Block a user