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