Take out the room_alias response field

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

@ -214,16 +214,10 @@ paths:
type: string type: string
description: |- description: |-
The created room's ID. 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'] required: ['room_id']
examples: examples:
application/json: { application/json: {
"room_id": "!sefiuhWgwghwWgh:example.com", "room_id": "!sefiuhWgwghwWgh:example.com"
"room_alias": "#thepub:example.com"
} }
400: 400:
description: |- description: |-

Loading…
Cancel
Save