diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index fd29d16..80a326d 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -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",