mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 21:34:09 +02: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,6 +101,8 @@ 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: object
|
||||||
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
|
|
@ -166,6 +168,8 @@ 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: object
|
||||||
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
|
|
|
||||||
|
|
@ -143,6 +143,8 @@ 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: object
|
||||||
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue