mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Fix schema of custom fields in query for appservice API
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
b79fa06cfb
commit
2cc1017dad
|
|
@ -101,7 +101,9 @@ paths:
|
||||||
One or more custom fields that are passed to the application
|
One or more custom fields that are passed to the application
|
||||||
service to help identify the user.
|
service to help identify the user.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: object
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The Matrix User IDs found with the given parameters.
|
description: The Matrix User IDs found with the given parameters.
|
||||||
|
|
@ -166,7 +168,9 @@ paths:
|
||||||
One or more custom fields that are passed to the application
|
One or more custom fields that are passed to the application
|
||||||
service to help identify the third-party location.
|
service to help identify the third-party 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.
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,9 @@ paths:
|
||||||
description: One or more custom fields that are passed to the AS to help
|
description: One or more custom fields that are passed to the AS to help
|
||||||
identify the user.
|
identify the user.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: object
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The Matrix User IDs found with the given parameters.
|
description: The Matrix User IDs found with the given parameters.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue