mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-10 18:03:41 +01:00
Take out the room_alias response field
The argument is that this isn't really needed at this time.
This commit is contained in:
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…
Reference in a new issue