mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@8ba26f01e3 Updated: 2026-02-07 07:56:18 UTC
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user