mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-11 08:33:42 +01:00
Add invite key to /createRoom
This commit is contained in:
parent
31496deb63
commit
950f8b6321
|
|
@ -791,6 +791,14 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Sets the topic for the room. Send a m.room.topic event after creating the room with the 'topic' key specified.",
|
"description": "Sets the topic for the room. Send a m.room.topic event after creating the room with the 'topic' key specified.",
|
||||||
"required": false
|
"required": false
|
||||||
|
},
|
||||||
|
"invite": {
|
||||||
|
"type": "array",
|
||||||
|
"description": "The list of user IDs to invite. Sends m.room.member events after creating the room.",
|
||||||
|
"items": {
|
||||||
|
"$ref": "string"
|
||||||
|
},
|
||||||
|
"required": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue