From d703730020c6023d36a25416bc04f1ad6ef0454a Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Tue, 27 Jan 2026 19:41:41 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@d0ea8b5283750d9ad2af0a36b3f63009ad492754 Updated: 2026-01-27 19:41:41 UTC --- apps/docs/public/openapi.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index c3ccc2a..ddabd38 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -12720,8 +12720,18 @@ ] }, "letsEncryptEmail": { - "type": "string", - "format": "email", + "anyOf": [ + { + "type": "string", + "format": "email" + }, + { + "type": "string", + "enum": [ + "" + ] + } + ], "nullable": true }, "https": {