mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(events): add extracted fields based on req/res types (#2795)
This commit is contained in:
@ -893,6 +893,8 @@ pub struct ToggleKVResponse {
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, ToSchema)]
|
||||
pub struct ToggleKVRequest {
|
||||
#[serde(skip_deserializing)]
|
||||
pub merchant_id: String,
|
||||
/// Status of KV for the specific merchant
|
||||
#[schema(example = true)]
|
||||
pub kv_enabled: bool,
|
||||
|
||||
Reference in New Issue
Block a user