Add example content to the tags in example tag events

pull/977/head
Mark Haines 9 years ago
parent 3953006792
commit d53814097f

@ -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:

@ -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}}}
}] }]
} }
] ]

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

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

Loading…
Cancel
Save