From 7e6ca5fef8b267dc2c3e22b92172aece36ac5c07 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 20 Aug 2018 12:23:17 -0600 Subject: [PATCH] Take out the room_alias response field The argument is that this isn't really needed at this time. --- api/client-server/create_room.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/api/client-server/create_room.yaml b/api/client-server/create_room.yaml index 576fc4c0..cb0df80c 100644 --- a/api/client-server/create_room.yaml +++ b/api/client-server/create_room.yaml @@ -214,16 +214,10 @@ paths: type: string description: |- The created room's ID. - room_alias: - type: string - description: |- - The complete room alias for the room, if a room alias was created - for the room. required: ['room_id'] examples: application/json: { - "room_id": "!sefiuhWgwghwWgh:example.com", - "room_alias": "#thepub:example.com" + "room_id": "!sefiuhWgwghwWgh:example.com" } 400: description: |-