Fix error when updating hosts

This commit is contained in:
Jamie Curnow
2018-01-05 10:47:44 +10:00
parent 64de096565
commit d2130a24a1
3 changed files with 4 additions and 3 deletions

View File

@@ -146,6 +146,9 @@
"required": [],
"additionalProperties": false,
"properties": {
"type": {
"$ref": "#/definitions/type"
},
"hostname": {
"$ref": "#/definitions/hostname"
},