Missing comma

This commit is contained in:
David Baker 2018-07-27 12:24:29 +01:00
parent f90ed4b77d
commit 5ddf5374db

View file

@ -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": {}
} }