mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-28 08:05:53 -05:00
Merge pull request #5335 from si458/add-dns-to-schema
add dns to domains in schema
This commit is contained in:
commit
819ca16ccd
@ -984,6 +984,11 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dns": {
|
||||
"type": "string",
|
||||
"default": null,
|
||||
"description": "The DNS name used to access this domain instead of accessing it via a subfolder"
|
||||
},
|
||||
"siteStyle": {
|
||||
"type": "integer",
|
||||
"default": 2,
|
||||
|
Loading…
Reference in New Issue
Block a user