Skip to content

Commit

Permalink
Merge pull request #2807 from wbamberg/msc2414-reporting-content-para…
Browse files Browse the repository at this point in the history
…meters

Make score and reason optional in content reporting API (MSC2414)
  • Loading branch information
turt2live authored Oct 7, 2020
2 parents 9e66d32 + 89d53fd commit e865f59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion api/client-server/report_content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ paths:
"score": -100,
"reason": "this makes me sad"
}
required: ['score', 'reason']
properties:
score:
type: integer
Expand Down
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/2807.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make ``reason`` and ``score`` parameters optional in the content reporting API (MSC2414).

0 comments on commit e865f59

Please sign in to comment.