Skip to content

Commit 4cdf06e

Browse files
authored
add set_to_never_expire to update api key (#77)
1 parent 3ab45a4 commit 4cdf06e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apis/api_key_service_api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub struct CreateApiKeyParams {
3535
pub struct UpdateApiKeyParams {
3636
pub expires_at_seconds: Option<i64>,
3737
pub metadata: Option<serde_json::Value>,
38+
pub set_to_never_expire: Option<bool>,
3839
}
3940

4041
/// struct for passing parameters to the method [`validate_api_key`]

0 commit comments

Comments
 (0)