Merge pull request #2807 from wbamberg/msc2414-reporting-content-parameters

Make score and reason optional in content reporting API (MSC2414)
pull/2809/head
Travis Ralston 5 years ago committed by GitHub
commit e865f59c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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