Fix schema of custom fields in query for appservice API

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-06-22 14:41:09 +02:00
parent b79fa06cfb
commit 2cc1017dad
No known key found for this signature in database
GPG key ID: 29A48C1F03620416
2 changed files with 9 additions and 3 deletions

View file

@ -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":

View file

@ -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":