mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-16 19:13:43 +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
|
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…
Reference in a new issue