Merge pull request #2807 from wbamberg/msc2414-reporting-content-parameters
Make score and reason optional in content reporting API (MSC2414)
This commit is contained in:
commit
e865f59c65
2 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,6 @@ paths:
|
|||
"score": -100,
|
||||
"reason": "this makes me sad"
|
||||
}
|
||||
required: ['score', 'reason']
|
||||
properties:
|
||||
score:
|
||||
type: integer
|
||||
|
|
1
changelogs/client_server/newsfragments/2807.feature
Normal file
1
changelogs/client_server/newsfragments/2807.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Make ``reason`` and ``score`` parameters optional in the content reporting API (MSC2414).
|
Loading…
Add table
Add a link
Reference in a new issue