From 5e21583a5a1005762633c7b4d5ab2f399f0b010c Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Mon, 20 Oct 2014 17:00:51 +0100 Subject: [PATCH] Clarify that the 'room_alias_name' when creating a room is only the localpart --- 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 832a1dae..f9434afd 100644 --- a/swagger/client-server/api-docs-rooms +++ b/swagger/client-server/api-docs-rooms @@ -780,7 +780,7 @@ }, "room_alias_name": { "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 }, "name": {