chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@d0ea8b5283

Updated: 2026-01-27 19:41:41 UTC
This commit is contained in:
Dokploy Bot
2026-01-27 19:41:41 +00:00
parent 77e2f95c23
commit d703730020

View File

@@ -12720,8 +12720,18 @@
]
},
"letsEncryptEmail": {
"type": "string",
"format": "email",
"anyOf": [
{
"type": "string",
"format": "email"
},
{
"type": "string",
"enum": [
""
]
}
],
"nullable": true
},
"https": {