A path parameter is obviously URL encoded

This commit is contained in:
Travis Ralston 2018-08-20 12:36:26 -06:00
parent 60b8e72a67
commit a320c58e42
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: