Remove API key From Console
This commit is contained in:
@@ -122,6 +122,7 @@ class CL_SET_HOST(BaseModel):
|
||||
hddfree: str
|
||||
hddused: str
|
||||
hddtotal: str
|
||||
netvolumeuser: str
|
||||
|
||||
class CL_GET_CPU(BaseModel):
|
||||
hostname: str
|
||||
@@ -148,6 +149,7 @@ class CL_UPDATE_HOST(BaseModel):
|
||||
hddfree: str
|
||||
hddused: str
|
||||
hddtotal: str
|
||||
netvolumeuser: str
|
||||
|
||||
class CL_SET_LASTLOGON_USER(BaseModel):
|
||||
userID: int
|
||||
|
||||
Reference in New Issue
Block a user