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:
Nicolas Werner 2024-09-11 17:57:21 +02:00
parent 2cbf6067a6
commit b4833b0684
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

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