From d6d9962a1367dda2cd5d2862a251c39cb828db49 Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Sat, 7 Feb 2026 07:56:18 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@8ba26f01e3e6812be34ccafa41c52cd8ecc6b7cd Updated: 2026-02-07 07:56:18 UTC --- apps/docs/public/openapi.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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",