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": {