mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-18 09:04:09 +02:00
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:
commit
e865f59c65
|
|
@ -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
|
||||||
|
|
|
||||||
1
changelogs/client_server/newsfragments/2807.feature
Normal file
1
changelogs/client_server/newsfragments/2807.feature
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Make ``reason`` and ``score`` parameters optional in the content reporting API (MSC2414).
|
||||||
Loading…
Reference in a new issue