From 0c2f84bc1ab43b548350259bb11a1559e9bbc96b Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Fri, 21 Mar 2025 10:20:40 +0100 Subject: [PATCH] Fix requiredness syntax --- data/api/client-server/report_content.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/api/client-server/report_content.yaml b/data/api/client-server/report_content.yaml index b97fc84a..4934ef3f 100644 --- a/data/api/client-server/report_content.yaml +++ b/data/api/client-server/report_content.yaml @@ -46,7 +46,8 @@ paths: reason: type: string description: The reason the room is being reported. May be blank. - required: true + required: + - reason required: true security: - accessTokenQuery: [] @@ -207,7 +208,8 @@ paths: reason: type: string description: The reason the room is being reported. May be blank. - required: true + required: + - reason required: true security: - accessTokenQuery: []