Clarify that room_alias_name is required for public rooms
This commit is contained in:
parent
5e21583a5a
commit
ebd30834d0
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"visibility": {
|
"visibility": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Enum: The room visibility.",
|
"description": "Enum: The room visibility. The room_alias_name is required if the visibility is public; without it the room will remain private.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"enum": [
|
"enum": [
|
||||||
"public",
|
"public",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue