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:
Travis Ralston 2020-10-07 10:47:47 -06:00 committed by GitHub
commit e865f59c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -55,7 +55,6 @@ paths:
"score": -100,
"reason": "this makes me sad"
}
required: ['score', 'reason']
properties:
score:
type: integer

View file

@ -0,0 +1 @@
Make ``reason`` and ``score`` parameters optional in the content reporting API (MSC2414).