File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/clients/src/api/iam/v1alpha1 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ export class API extends ParentAPI {
773773 [ 'bearer_type' , request . bearerType ?? 'unknown_bearer_type' ] ,
774774 [ 'description' , request . description ] ,
775775 [ 'editable' , request . editable ] ,
776- [ 'expirable ' , request . expirable ] ,
776+ [ 'expired ' , request . expired ] ,
777777 [ 'order_by' , request . orderBy ?? 'created_at_asc' ] ,
778778 [
779779 'organization_id' ,
Original file line number Diff line number Diff line change @@ -746,8 +746,8 @@ export type ListAPIKeysRequest = {
746746 userId ?: string
747747 /** Filter out editable API keys or not */
748748 editable ?: boolean
749- /** Filter out expirable API keys or not */
750- expirable ?: boolean
749+ /** Filter out expired API keys or not */
750+ expired ?: boolean
751751 /** Filter out by access key */
752752 accessKey ?: string
753753 /** Filter out by description */
You can’t perform that action at this time.
0 commit comments