Make score and reason parameters optional in content reporting API (MSC2414)

This commit is contained in:
Will 2020-10-07 09:38:03 -07:00
parent a085fabd42
commit 6c9b25a397
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8

View file

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