mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
fix(api_key): fix api key list and update endpoints for v2 (#5980)
This commit is contained in:
@ -154,7 +154,7 @@ pub struct RevokeApiKeyResponse {
|
||||
}
|
||||
|
||||
/// The constraints that are applicable when listing API Keys associated with a merchant account.
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[serde(deny_unknown_fields)]
|
||||
pub struct ListApiKeyConstraints {
|
||||
/// The maximum number of API Keys to include in the response.
|
||||
|
||||
Reference in New Issue
Block a user