Remove API key From Console
This commit is contained in:
@@ -119,6 +119,15 @@ class CL_SET_HOST(BaseModel):
|
||||
hddtotal: str
|
||||
ipadresse: str
|
||||
|
||||
class CL_UPDATE_HOST(BaseModel):
|
||||
hostname: str
|
||||
dbname: str
|
||||
ram: int
|
||||
hddfree: str
|
||||
hddused: str
|
||||
hddtotal: str
|
||||
ipadresse: str
|
||||
|
||||
class CL_SET_LASTLOGON_USER(BaseModel):
|
||||
userID: int
|
||||
dbname: str
|
||||
|
||||
Reference in New Issue
Block a user