mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-01 06: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
|
||||
service to help identify the user.
|
||||
schema:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
|
|
@ -166,6 +168,8 @@ paths:
|
|||
One or more custom fields that are passed to the application
|
||||
service to help identify the third-party location.
|
||||
schema:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
|
|
|
|||
|
|
@ -143,6 +143,8 @@ paths:
|
|||
description: One or more custom fields that are passed to the AS to help
|
||||
identify the user.
|
||||
schema:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
|
|
|
|||
Loading…
Reference in a new issue