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": [ {