allow setting meshcentral assistant type for agentinvites (#5672)

* allow setting meshcentral assistant type for agentinvites

Signed-off-by: si458 <simonsmith5521@gmail.com>

* forgot webserver for assistantTypeAgentInvite

Signed-off-by: si458 <simonsmith5521@gmail.com>

* dont use capital letters with domain args

Signed-off-by: si458 <simonsmith5521@gmail.com>

---------

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith
2024-01-08 06:21:54 +00:00
committed by GitHub
parent bb616903ee
commit e967f00977
4 changed files with 9 additions and 3 deletions

View File

@@ -1389,6 +1389,11 @@
}
}
},
"assistantTypeAgentInvite": {
"type": "integer",
"default": 0,
"description": "0 = System Tray, Connect on user request, 1 = System Tray, Always Connected, 2 = Application, Connect on user request, 3 = Application, Always connected, 4 = System Tray, Monitor Only"
},
"certUrl": {
"type": "string",
"format": "uri",