chore: fixes to HTTP and request types for API Keys (#13819)

This commit is contained in:
Shahed Nasser
2025-10-28 11:02:28 +02:00
committed by GitHub
parent c0cc70b2fb
commit 5b0c6e6a94
4 changed files with 17 additions and 7 deletions

View File

@@ -19,5 +19,8 @@ export interface AdminUpdateApiKey {
}
export interface AdminRevokeApiKey {
/**
* The number of seconds to wait before revoking the API key.
*/
revoke_in?: number
}