Add example content to the tags in example tag events

This commit is contained in:
Mark Haines 2015-11-03 15:57:06 +00:00
parent 3953006792
commit d53814097f
4 changed files with 4 additions and 4 deletions

View file

@ -314,7 +314,7 @@ paths:
"visibility": "private", "visibility": "private",
"private_user_data": [{ "private_user_data": [{
"type": "m.tag", "type": "m.tag",
"content": {"tags": {"work": {}}} "content": {"tags": {"work": {"order": 1}}}
}] }]
} }
schema: schema:

View file

@ -248,7 +248,7 @@ paths:
"visibility": "private", "visibility": "private",
"private_user_data": [{ "private_user_data": [{
"type": "m.tag", "type": "m.tag",
"content": {"tags": {"work": {}}} "content": {"tags": {"work": {"order": 1}}}
}] }]
} }
] ]

View file

@ -270,7 +270,7 @@ paths:
"events": [ "events": [
{ {
"type": "m.tags", "type": "m.tags",
"content": {"tags": {"work": {}}} "content": {"tags": {"work": {"order": 1}}}
} }
] ]
} }

View file

@ -2,7 +2,7 @@
"type": "m.tag", "type": "m.tag",
"content": { "content": {
"tags": { "tags": {
"work": {} "work": {"order": 1}
} }
} }
} }