Remove API key From Console
This commit is contained in:
@@ -138,12 +138,16 @@ class CL_SET_CPU(BaseModel):
|
||||
|
||||
class CL_UPDATE_HOST(BaseModel):
|
||||
hostname: str
|
||||
user: str
|
||||
ipadresse: str
|
||||
winver: str
|
||||
cpuname: str
|
||||
cores: int
|
||||
dbname: str
|
||||
ram: int
|
||||
hddfree: str
|
||||
hddused: str
|
||||
hddtotal: str
|
||||
ipadresse: str
|
||||
|
||||
class CL_SET_LASTLOGON_USER(BaseModel):
|
||||
userID: int
|
||||
|
||||
Reference in New Issue
Block a user