fix: missing settings property on servers API
This commit is contained in:
@@ -7456,6 +7456,9 @@
|
||||
"delete_unused_networks": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the unused networks should be deleted."
|
||||
},
|
||||
"settings": {
|
||||
"$ref": "#\/components\/schemas\/ServerSetting"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user