mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-14 10:03:42 +01:00
A path parameter is obviously URL encoded
This commit is contained in:
parent
60b8e72a67
commit
a320c58e42
|
|
@ -40,7 +40,7 @@ paths:
|
||||||
- in: path
|
- in: path
|
||||||
name: roomAlias
|
name: roomAlias
|
||||||
type: string
|
type: string
|
||||||
description: The URL encoded room alias being queried.
|
description: The room alias being queried.
|
||||||
required: true
|
required: true
|
||||||
x-example: "#magicforest:example.com"
|
x-example: "#magicforest:example.com"
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ paths:
|
||||||
- in: path
|
- in: path
|
||||||
name: userId
|
name: userId
|
||||||
type: string
|
type: string
|
||||||
description: The URL encoded user ID being queried.
|
description: The user ID being queried.
|
||||||
required: true
|
required: true
|
||||||
x-example: "@alice:example.com"
|
x-example: "@alice:example.com"
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue