From 6c9b25a3973b20370dc89e91c9a8828934a408e7 Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 7 Oct 2020 09:38:03 -0700 Subject: [PATCH] Make score and reason parameters optional in content reporting API (MSC2414) --- api/client-server/report_content.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/client-server/report_content.yaml b/api/client-server/report_content.yaml index 42a64b8e..380995ea 100644 --- a/api/client-server/report_content.yaml +++ b/api/client-server/report_content.yaml @@ -55,7 +55,6 @@ paths: "score": -100, "reason": "this makes me sad" } - required: ['score', 'reason'] properties: score: type: integer