mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-03 13:03:41 +01:00
Merge pull request #2629 from deepbluev7/sync-example-fixes
Remove room_id from /sync examples
This commit is contained in:
commit
97191b9348
|
|
@ -379,7 +379,6 @@ paths:
|
|||
"state": {
|
||||
"events": [
|
||||
{
|
||||
"room_id": "!726s6s6q:example.com",
|
||||
"$ref": "definitions/event-schemas/examples/m.room.member"
|
||||
}
|
||||
]
|
||||
|
|
@ -387,11 +386,9 @@ paths:
|
|||
"timeline": {
|
||||
"events": [
|
||||
{
|
||||
"room_id": "!726s6s6q:example.com",
|
||||
"$ref": "definitions/event-schemas/examples/m.room.member"
|
||||
},
|
||||
{
|
||||
"room_id": "!726s6s6q:example.com",
|
||||
"$ref": "definitions/event-schemas/examples/m.room.message$m.text"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Remove ``room_id`` from ``/sync`` examples.
|
||||
Loading…
Reference in a new issue