From bc3fe40c4f3baf482838621ad2f38da085df574d Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Sat, 9 May 2026 05:19:49 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@5177580d516c6fced2c18c8c2c3355fa9d752f2e Updated: 2026-05-09 05:19:49 UTC --- openapi.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/openapi.json b/openapi.json index f95b0de..77c7496 100644 --- a/openapi.json +++ b/openapi.json @@ -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" },