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",
"private_user_data": [{
"type": "m.tag",
"content": {"tags": {"work": {}}}
"content": {"tags": {"work": {"order": 1}}}
}]
}
schema:

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

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

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

Loading…
Cancel
Save