From 1f3cb92cc5730529129076c171e9b99cfe27042a Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Sat, 4 Apr 2026 16:29:53 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@745cf9d979d147c7e6fc29dac152d782060d8c5a Updated: 2026-04-04 16:29:53 UTC --- apps/docs/public/openapi.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 251580d..8502ea2 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -12969,6 +12969,19 @@ }, "stripPath": { "type": "boolean" + }, + "middlewares": { + "anyOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "type": "null" + } + ] } }, "required": [ @@ -13501,6 +13514,19 @@ "stripPath": { "type": "boolean" }, + "middlewares": { + "anyOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "type": "null" + } + ] + }, "domainId": { "type": "string" }