chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@5177580d51

Updated: 2026-05-09 05:19:49 UTC
This commit is contained in:
Dokploy Bot
2026-05-09 05:19:49 +00:00
parent 049d9e2255
commit bc3fe40c4f

View File

@@ -52916,6 +52916,16 @@
"name": {
"type": "string"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"cronExpression": {
"type": "string"
},
@@ -53109,6 +53119,16 @@
"name": {
"type": "string"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"cronExpression": {
"type": "string"
},