mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-09 09:23:43 +01:00
Fix tag examples
This commit is contained in:
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…
Reference in a new issue