fix: move servers API delete_unused_* properties
correct location from API response is in server.settings
This commit is contained in:
16
openapi.json
16
openapi.json
@@ -7449,14 +7449,6 @@
|
||||
"type": "string",
|
||||
"description": "The swarm cluster configuration."
|
||||
},
|
||||
"delete_unused_volumes": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the unused volumes should be deleted."
|
||||
},
|
||||
"delete_unused_networks": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the unused networks should be deleted."
|
||||
},
|
||||
"settings": {
|
||||
"$ref": "#\/components\/schemas\/ServerSetting"
|
||||
}
|
||||
@@ -7567,6 +7559,14 @@
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"delete_unused_volumes": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the unused volumes should be deleted."
|
||||
},
|
||||
"delete_unused_networks": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the unused networks should be deleted."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user