From ebd30834d0164c705da7938b84863e98d6e51ce2 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Mon, 20 Oct 2014 17:18:56 +0100 Subject: [PATCH] Clarify that room_alias_name is required for public rooms --- swagger/client-server/api-docs-rooms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger/client-server/api-docs-rooms b/swagger/client-server/api-docs-rooms index f9434afd..1c306142 100644 --- a/swagger/client-server/api-docs-rooms +++ b/swagger/client-server/api-docs-rooms @@ -771,7 +771,7 @@ "properties": { "visibility": { "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, "enum": [ "public",