mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-03 22:43:43 +01:00
Make score and reason parameters optional in content reporting API (MSC2414)
This commit is contained in:
parent
a085fabd42
commit
6c9b25a397
|
|
@ -55,7 +55,6 @@ paths:
|
|||
"score": -100,
|
||||
"reason": "this makes me sad"
|
||||
}
|
||||
required: ['score', 'reason']
|
||||
properties:
|
||||
score:
|
||||
type: integer
|
||||
|
|
|
|||
Loading…
Reference in a new issue