mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-04 18:24:10 +02:00
Path -> query params
This commit is contained in:
parent
9bde78ac28
commit
8999887245
|
|
@ -147,7 +147,7 @@ paths:
|
||||||
alias.
|
alias.
|
||||||
operationId: queryLocationByAlias
|
operationId: queryLocationByAlias
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: query
|
||||||
name: alias
|
name: alias
|
||||||
type: string
|
type: string
|
||||||
description: The Matrix room alias to look up.
|
description: The Matrix room alias to look up.
|
||||||
|
|
@ -173,7 +173,7 @@ paths:
|
||||||
Retreive an array of third party users from a Matrix User ID.
|
Retreive an array of third party users from a Matrix User ID.
|
||||||
operationId: queryUserByID
|
operationId: queryUserByID
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: query
|
||||||
name: userid
|
name: userid
|
||||||
type: string
|
type: string
|
||||||
description: The Matrix User ID to look up.
|
description: The Matrix User ID to look up.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue