Fix the POST example for the v2 filter API

This commit is contained in:
Mark Haines 2015-09-24 16:48:00 +01:00
parent 69298b9612
commit a31a446661

View file

@ -43,14 +43,12 @@ paths:
type: object
allOf:
- $ref: "definitions/sync_filter.json"
example:
type: object
example: |-
{
"room": {
"state": {
"types": ["m.room.*"],
"not_rooms": ["!726s6s6q:example.com"],
"not_rooms": ["!726s6s6q:example.com"]
},
"events": {
"types": ["m.room.message"],