From 33b79f24270c106c9be391ff5495860713c27342 Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Sun, 5 Apr 2026 02:36:54 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@3969d2d2fe1b8eb1792e678229d8a11769976314 Updated: 2026-04-05 02:36:54 UTC --- apps/docs/public/openapi.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 8502ea2..1f032f5 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -2693,6 +2693,24 @@ } ] }, + "icon": { + "anyOf": [ + { + "anyOf": [ + { + "type": "string", + "maxLength": 2097152 + }, + { + "type": "null" + } + ] + }, + { + "type": "null" + } + ] + }, "refreshToken": { "anyOf": [ {