Missing comma

dbkr/fix_room_tags
David Baker 7 years ago
parent f90ed4b77d
commit 5ddf5374db

@ -65,7 +65,7 @@ paths:
examples: examples:
application/json: { application/json: {
"tags": { "tags": {
"m.favourite": {} "m.favourite": {},
"u.Work": {"order": "1"}, "u.Work": {"order": "1"},
"u.Customers": {} "u.Customers": {}
} }

Loading…
Cancel
Save