mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(router): Default configs and toggle api for dynamic routing feature (#5830)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -158,6 +158,8 @@ 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::toggle_success_based_routing,
|
||||
routes::routing::success_based_routing_update_configs,
|
||||
|
||||
// Routes for blocklist
|
||||
routes::blocklist::remove_entry_from_blocklist,
|
||||
@ -546,6 +548,13 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::routing::StraightThroughAlgorithm,
|
||||
api_models::routing::ConnectorVolumeSplit,
|
||||
api_models::routing::ConnectorSelection,
|
||||
api_models::routing::ToggleSuccessBasedRoutingQuery,
|
||||
api_models::routing::SuccessBasedRoutingConfig,
|
||||
api_models::routing::SuccessBasedRoutingConfigParams,
|
||||
api_models::routing::SuccessBasedRoutingConfigBody,
|
||||
api_models::routing::CurrentBlockThreshold,
|
||||
api_models::routing::SuccessBasedRoutingUpdateConfigQuery,
|
||||
api_models::routing::ToggleSuccessBasedRoutingPath,
|
||||
api_models::routing::ast::RoutableChoiceKind,
|
||||
api_models::enums::RoutableConnectors,
|
||||
api_models::routing::ast::ProgramConnectorSelection,
|
||||
|
||||
Reference in New Issue
Block a user