Merge pull request #132 from matrix-org/markjh/room_tags

Document a v2 api for setting tags on rooms
This commit is contained in:
Mark Haines 2015-11-27 15:31:54 +00:00
commit c5f457cee9
8 changed files with 274 additions and 2 deletions

View file

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