Fix tag examples

This commit is contained in:
Mark Haines 2015-11-03 15:42:58 +00:00
parent 149890227a
commit e9d361841b
3 changed files with 3 additions and 4 deletions

View file

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

View file

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

View file

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