Add example content to the tags in example tag events
This commit is contained in:
parent
3953006792
commit
d53814097f
4 changed files with 4 additions and 4 deletions
|
@ -314,7 +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": {"order": 1}}}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
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": {"order": 1}}}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -270,7 +270,7 @@ paths:
|
||||||
"events": [
|
"events": [
|
||||||
{
|
{
|
||||||
"type": "m.tags",
|
"type": "m.tags",
|
||||||
"content": {"tags": {"work": {}}}
|
"content": {"tags": {"work": {"order": 1}}}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"type": "m.tag",
|
"type": "m.tag",
|
||||||
"content": {
|
"content": {
|
||||||
"tags": {
|
"tags": {
|
||||||
"work": {}
|
"work": {"order": 1}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue