From 09e13bc67cf1be19f104ecd2acdb68b272929cde Mon Sep 17 00:00:00 2001 From: Adversary Date: Wed, 3 Sep 2025 22:10:01 +0000 Subject: [PATCH] main - Automated spec update (144373) made at remote:2025-09-03T21:14:02 taken at now:2025-09-03T22:10:01 made by remote Nelly (automation bot) <> --- specs/openapi.json | 24 +++++++++--------------- specs/openapi_preview.json | 24 +++++++++--------------- 2 files changed, 18 insertions(+), 30 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index ac275fe..5556510 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -868,15 +868,13 @@ "maxLength": 32 }, "image": { - "type": [ - "string", - "null" - ], + "type": "string", "contentEncoding": "base64" } }, "required": [ - "name" + "name", + "image" ] } } @@ -6820,10 +6818,7 @@ "maxLength": 32 }, "image": { - "type": [ - "string", - "null" - ], + "type": "string", "contentEncoding": "base64" }, "roles": { @@ -6846,7 +6841,8 @@ } }, "required": [ - "name" + "name", + "image" ] } } @@ -33274,15 +33270,13 @@ "maxLength": 32 }, "sound": { - "type": [ - "string", - "null" - ], + "type": "string", "contentEncoding": "base64" } }, "required": [ - "name" + "name", + "sound" ] }, "SoundboardPatchRequestPartial": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index ac30b45..0b14259 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -868,15 +868,13 @@ "maxLength": 32 }, "image": { - "type": [ - "string", - "null" - ], + "type": "string", "contentEncoding": "base64" } }, "required": [ - "name" + "name", + "image" ] } } @@ -6820,10 +6818,7 @@ "maxLength": 32 }, "image": { - "type": [ - "string", - "null" - ], + "type": "string", "contentEncoding": "base64" }, "roles": { @@ -6846,7 +6841,8 @@ } }, "required": [ - "name" + "name", + "image" ] } } @@ -34556,15 +34552,13 @@ "maxLength": 32 }, "sound": { - "type": [ - "string", - "null" - ], + "type": "string", "contentEncoding": "base64" } }, "required": [ - "name" + "name", + "sound" ] }, "SoundboardPatchRequestPartial": {