From 5de69e40cf2638ab927c42a7bb5a023ae13b70f6 Mon Sep 17 00:00:00 2001 From: Adversary Date: Thu, 12 Oct 2023 21:10:02 +0000 Subject: [PATCH] main - Automated spec update (7886) made at remote:2023-10-12T20:45:25 taken at now:2023-10-12T21:10:02 made by remote Nelly (automation bot) <> --- specs/openapi_preview.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 2be3b10..034628a 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -24208,11 +24208,11 @@ ], "items": { "type": "integer", - "minimum": 1, + "minimum": -1, "maximum": 31, "format": "int32" }, - "maxItems": 31, + "maxItems": 33, "uniqueItems": true }, "by_year_day": { @@ -24222,11 +24222,11 @@ ], "items": { "type": "integer", - "minimum": 1, + "minimum": -1, "maximum": 365, "format": "int32" }, - "maxItems": 365, + "maxItems": 367, "uniqueItems": true }, "count": {