Update UpdateApiKeyParamsV5
This commit is contained in:
@@ -25,6 +25,7 @@ export interface CreateSubApiKeyParamsV5 {
|
||||
}
|
||||
|
||||
export interface UpdateApiKeyParamsV5 {
|
||||
apikey?: string;
|
||||
readOnly?: 0 | 1;
|
||||
ips?: string[];
|
||||
permissions: PermissionsV5;
|
||||
|
||||
Reference in New Issue
Block a user