From 9d01987df9453d7636f9a375019642ad2a4ab524 Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Fri, 3 Apr 2026 22:29:34 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@3f1bf2b14e6c85f729a4b4a64dd146e8c28affef Updated: 2026-04-03 22:29:34 UTC --- apps/docs/public/openapi.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 7e4bac9..f7e0d59 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -12671,6 +12671,16 @@ } ] }, + "customEntrypoint": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "https": { "type": "boolean" }, @@ -13222,6 +13232,16 @@ } ] }, + "customEntrypoint": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "https": { "type": "boolean" },