Remove API key From Console

This commit is contained in:
2023-10-25 10:54:34 +02:00
parent 3f84aefd41
commit 1dd95e0757
2 changed files with 21 additions and 17 deletions
+5 -1
View File
@@ -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