mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Refer to appendices
This commit is contained in:
parent
44cc21a8c6
commit
b3cdf7d8cd
|
|
@ -37,7 +37,9 @@ paths:
|
||||||
- in: path
|
- in: path
|
||||||
type: string
|
type: string
|
||||||
name: roomAlias
|
name: roomAlias
|
||||||
description: The room alias to set.
|
description: |
|
||||||
|
The room alias to set. Its format is defined
|
||||||
|
[in the appendices](/appendices/#room-aliases).
|
||||||
required: true
|
required: true
|
||||||
x-example: "#monkeys:matrix.org"
|
x-example: "#monkeys:matrix.org"
|
||||||
- in: body
|
- in: body
|
||||||
|
|
@ -95,7 +97,9 @@ paths:
|
||||||
- in: path
|
- in: path
|
||||||
type: string
|
type: string
|
||||||
name: roomAlias
|
name: roomAlias
|
||||||
description: The room alias.
|
description: |
|
||||||
|
The room alias. Its format is defined
|
||||||
|
[in the appendices](/appendices/#room-aliases).
|
||||||
required: true
|
required: true
|
||||||
x-example: "#monkeys:matrix.org"
|
x-example: "#monkeys:matrix.org"
|
||||||
responses:
|
responses:
|
||||||
|
|
@ -164,7 +168,9 @@ paths:
|
||||||
- in: path
|
- in: path
|
||||||
type: string
|
type: string
|
||||||
name: roomAlias
|
name: roomAlias
|
||||||
description: The room alias to remove.
|
description: |
|
||||||
|
The room alias to remove. Its format is defined
|
||||||
|
[in the appendices](/appendices/#room-aliases).
|
||||||
required: true
|
required: true
|
||||||
x-example: "#monkeys:matrix.org"
|
x-example: "#monkeys:matrix.org"
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue