mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Fix tag examples
This commit is contained in:
parent
149890227a
commit
e9d361841b
|
|
@ -314,8 +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": {}}}
|
||||||
"room_id": "!636q39766251:example.com"
|
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
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": {}}}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -270,7 +270,7 @@ paths:
|
||||||
"events": [
|
"events": [
|
||||||
{
|
{
|
||||||
"type": "m.tags",
|
"type": "m.tags",
|
||||||
"content": {"tags": ["work"]}
|
"content": {"tags": {"work": {}}}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue