From 51b278e0158707ca2bc8998201b20cff8224f6ee Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 2 Oct 2020 07:42:35 -0600 Subject: [PATCH] Mention the endpoint --- proposals/2414-optional-content-reporting-reason.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/proposals/2414-optional-content-reporting-reason.md b/proposals/2414-optional-content-reporting-reason.md index ddec865c..6c7c842d 100644 --- a/proposals/2414-optional-content-reporting-reason.md +++ b/proposals/2414-optional-content-reporting-reason.md @@ -1,8 +1,10 @@ # MSC2414: Make `reason` and `score` optional for reporting content ## Proposal -This MSC proposes to remove the `required` flag for both the `reason` and `score` -parameters, as well as the "may be blank" clause in the description of `reason`. + +On the [report content API](https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-rooms-roomid-report-eventid) +we remove the `required` flag for both the `reason` and `score` parameters, as +well as the "may be blank" clause in the description of `reason`. ## Rationale