Clarify that the 'room_alias_name' when creating a room is only the localpart
This commit is contained in:
parent
5e4b8798a4
commit
5e21583a5a
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@
|
||||||
},
|
},
|
||||||
"room_alias_name": {
|
"room_alias_name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The alias to give the new room.",
|
"description": "Localpart of the alias to give the new room. The home server will attach its domain name after this.",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue