From 99cc77105a47fdae1c6b0f087bbe154734d433ed Mon Sep 17 00:00:00 2001 From: Caleb Fahlgren Date: Fri, 6 Dec 2024 15:34:18 +0100 Subject: [PATCH] Revert "make image height and width optional" This reverts commit d62e6f2b8473fefa991392fa88c57ff7c53e6c0d. --- docs/source/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/openapi.json b/docs/source/openapi.json index 5844fda06..c75796efe 100644 --- a/docs/source/openapi.json +++ b/docs/source/openapi.json @@ -773,7 +773,7 @@ "type": "integer" } }, - "required": ["src"] + "required": ["src", "height", "width"] }, "NullableImagesListCell": { "type": "array",