Skip to content

Commit e865f59

Browse files
authored
Merge pull request #2807 from wbamberg/msc2414-reporting-content-parameters
Make score and reason optional in content reporting API (MSC2414)
2 parents 9e66d32 + 89d53fd commit e865f59

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

api/client-server/report_content.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ paths:
5555
"score": -100,
5656
"reason": "this makes me sad"
5757
}
58-
required: ['score', 'reason']
5958
properties:
6059
score:
6160
type: integer
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Make ``reason`` and ``score`` parameters optional in the content reporting API (MSC2414).

0 commit comments

Comments
 (0)