mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore(doc): add API ref for KV toggle (#3784)
This commit is contained in:
@ -90,6 +90,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::merchant_account::retrieve_merchant_account,
|
||||
routes::merchant_account::update_merchant_account,
|
||||
routes::merchant_account::delete_merchant_account,
|
||||
routes::merchant_account::merchant_account_kv_status,
|
||||
|
||||
// Routes for merchant connector account
|
||||
routes::merchant_connector_account::payment_connector_create,
|
||||
@ -431,6 +432,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::admin::MerchantAccountResponse,
|
||||
api_models::admin::MerchantConnectorId,
|
||||
api_models::admin::MerchantDetails,
|
||||
api_models::admin::ToggleKVRequest,
|
||||
api_models::admin::ToggleKVResponse,
|
||||
api_models::admin::WebhookDetails,
|
||||
api_models::api_keys::ApiKeyExpiration,
|
||||
api_models::api_keys::CreateApiKeyRequest,
|
||||
|
||||
Reference in New Issue
Block a user