Remove API key From Console

This commit is contained in:
2023-10-25 11:02:50 +02:00
parent 6203846cf7
commit 7b3136a642
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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