mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Clarify that third-party location lookups use user-defined query parameters
While 1405184765 redefined most fields to
be the appropriate object type, it missed one of them.
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
This commit is contained in:
parent
2cbf6067a6
commit
b4833b0684
|
|
@ -98,12 +98,14 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
- in: query
|
- in: query
|
||||||
name: searchFields
|
name: fields
|
||||||
description: |-
|
description: |-
|
||||||
One or more custom fields to help identify the third-party
|
One or more custom fields to help identify the third-party
|
||||||
location.
|
location.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: object
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: At least one portal room was found.
|
description: At least one portal room was found.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue