A path parameter is obviously URL encoded
This commit is contained in:
parent
60b8e72a67
commit
a320c58e42
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue