diff --git a/api/client-server/create_room.yaml b/api/client-server/create_room.yaml index 576fc4c08..cb0df80ce 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: |-