A path parameter is obviously URL encoded

pull/977/head
Travis Ralston 6 years ago
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…
Cancel
Save