mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-27 03:18:37 +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
|
||||
name: roomAlias
|
||||
type: string
|
||||
description: The URL encoded room alias being queried.
|
||||
description: The room alias being queried.
|
||||
required: true
|
||||
x-example: "#magicforest:example.com"
|
||||
responses:
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ paths:
|
|||
- in: path
|
||||
name: userId
|
||||
type: string
|
||||
description: The URL encoded user ID being queried.
|
||||
description: The user ID being queried.
|
||||
required: true
|
||||
x-example: "@alice:example.com"
|
||||
responses:
|
||||
|
|
|
|||
Loading…
Reference in a new issue