chore: fixes to HTTP and request types for API Keys (#13819)
This commit is contained in:
@@ -19,5 +19,8 @@ export interface AdminUpdateApiKey {
|
||||
}
|
||||
|
||||
export interface AdminRevokeApiKey {
|
||||
/**
|
||||
* The number of seconds to wait before revoking the API key.
|
||||
*/
|
||||
revoke_in?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user