mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-15 07:54:10 +01:00
'invite_room_state' should be an array
This commit is contained in:
parent
c88c9c2941
commit
b90ee6baab
|
|
@ -22,7 +22,7 @@ PUT /_matrix/federation/v2/invite/<room_id>/<event_id>
|
||||||
{
|
{
|
||||||
"room_version": <room_version>,
|
"room_version": <room_version>,
|
||||||
"event": { ... },
|
"event": { ... },
|
||||||
"invite_room_state": { ... }
|
"invite_room_state": [ ... ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue