Fix tag examples

pull/977/head
Mark Haines 9 years ago
parent 149890227a
commit e9d361841b

@ -314,8 +314,7 @@ paths:
"visibility": "private",
"private_user_data": [{
"type": "m.tag",
"content": {"tags": ["work"]},
"room_id": "!636q39766251:example.com"
"content": {"tags": {"work": {}}}
}]
}
schema:

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

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

Loading…
Cancel
Save