Take out the room_alias response field

The argument is that this isn't really needed at this time.
pull/1518/head
Travis Ralston 6 years ago
parent 1fd7c99461
commit 7e6ca5fef8

@ -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: |-

Loading…
Cancel
Save