mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Change fields to use new extended query array syntax
This commit is contained in:
parent
0ff882fb3b
commit
273acb277c
|
|
@ -270,7 +270,7 @@ paths:
|
|||
required: true
|
||||
x-example: irc
|
||||
- in: query
|
||||
name: field1, field2...
|
||||
name: fields...
|
||||
type: string
|
||||
description: |-
|
||||
One or more custom fields that are passed to the application
|
||||
|
|
@ -321,7 +321,7 @@ paths:
|
|||
required: true
|
||||
x-example: irc
|
||||
- in: query
|
||||
name: field1, field2...
|
||||
name: field...
|
||||
type: string
|
||||
description: |-
|
||||
One or more custom fields that are passed to the application
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ paths:
|
|||
required: true
|
||||
x-example: irc
|
||||
- in: query
|
||||
name: field1, field2...
|
||||
name: fields...
|
||||
type: string
|
||||
description: |-
|
||||
One or more custom fields that are passed to the AS to help identify the user.
|
||||
|
|
|
|||
Loading…
Reference in a new issue