From 84d92f343c3902779c604a51476b36807c09b049 Mon Sep 17 00:00:00 2001 From: Stoat CI Date: Thu, 2 Apr 2026 02:59:39 +0000 Subject: [PATCH] chore: generate OpenAPI specification --- OpenAPI.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI.json b/OpenAPI.json index e016e1b..8714c9f 100644 --- a/OpenAPI.json +++ b/OpenAPI.json @@ -7601,7 +7601,6 @@ "description": "File is an image with specific dimensions, and may be animated", "type": "object", "required": [ - "animated", "height", "type", "width" @@ -7633,7 +7632,8 @@ "nullable": true }, "animated": { - "type": "boolean" + "type": "boolean", + "nullable": true } } },