From a734a77520a3f9f0061e44c4fac6c42801730496 Mon Sep 17 00:00:00 2001 From: benj Date: Mon, 12 Dec 2022 23:28:12 -0800 Subject: [secd] expires_at -> expired_at for sessions --- crates/iam/src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/iam/src/api.rs') diff --git a/crates/iam/src/api.rs b/crates/iam/src/api.rs index 8b46d08..841aa9e 100644 --- a/crates/iam/src/api.rs +++ b/crates/iam/src/api.rs @@ -241,7 +241,7 @@ pub enum CreateObject { /// Identity against which this api key will be linked identity: Uuid, /// Time this api key expires (epoch time) - expires_at: Option, + expired_at: Option, }, #[command( about = "A collection of identities", -- cgit v1.2.3