From e162ebdbdb01c6441d7ec83888a30f428c6ad5e7 Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Mon, 12 Jan 2026 15:01:45 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@831a1815cf5f219f12a30bce8d90187b15f2f8e1 Updated: 2026-01-12 15:01:45 UTC --- apps/docs/public/openapi.json | 50 +++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 37e0208..9902ce0 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -11650,6 +11650,56 @@ } } }, + "/previewDeployment.redeploy": { + "post": { + "operationId": "previewDeployment-redeploy", + "tags": [ + "previewDeployment" + ], + "security": [ + { + "Authorization": [] + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "previewDeploymentId": { + "type": "string" + }, + "title": { + "type": "string" + }, + "description": { + "type": "string" + } + }, + "required": [ + "previewDeploymentId" + ], + "additionalProperties": false + } + } + } + }, + "parameters": [], + "responses": { + "200": { + "description": "Successful response", + "content": { + "application/json": {} + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + } + }, "/mounts.create": { "post": { "operationId": "mounts-create",