mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34: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:
|
||||
type: string
|
||||
- in: query
|
||||
name: searchFields
|
||||
name: fields
|
||||
description: |-
|
||||
One or more custom fields to help identify the third-party
|
||||
location.
|
||||
schema:
|
||||
type: string
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: At least one portal room was found.
|
||||
|
|
|
|||
Loading…
Reference in a new issue