mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-04 10:14:09 +02: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,
|
"score": -100,
|
||||||
"reason": "this makes me sad"
|
"reason": "this makes me sad"
|
||||||
}
|
}
|
||||||
required: ['score', 'reason']
|
|
||||||
properties:
|
properties:
|
||||||
score:
|
score:
|
||||||
type: integer
|
type: integer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue