Update UpdateApiKeyParamsV5

This commit is contained in:
Karim Sakhibgareev
2024-06-04 18:02:51 +01:00
parent 23edc9eaf4
commit 95ee9bb807
2 changed files with 5 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ export interface CreateSubApiKeyParamsV5 {
}
export interface UpdateApiKeyParamsV5 {
apikey?: string;
readOnly?: 0 | 1;
ips?: string[];
permissions: PermissionsV5;