chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@8ba26f01e3

Updated: 2026-02-07 07:56:18 UTC
This commit is contained in:
Dokploy Bot
2026-02-07 07:56:18 +00:00
parent d6dc366c19
commit d6d9962a13

View File

@@ -12360,6 +12360,31 @@
}
}
},
"/settings.cleanAllDeploymentQueue": {
"post": {
"operationId": "settings-cleanAllDeploymentQueue",
"tags": [
"settings"
],
"security": [
{
"Authorization": []
}
],
"parameters": [],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {}
}
},
"default": {
"$ref": "#/components/responses/error"
}
}
}
},
"/settings.reloadTraefik": {
"post": {
"operationId": "settings-reloadTraefik",