mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Set default account 'kind' to 'user'
Fixes https://github.com/matrix-org/matrix-doc/issues/736
This commit is contained in:
parent
9debd7c1ad
commit
c83a556097
|
|
@ -53,7 +53,9 @@ paths:
|
|||
- in: query
|
||||
name: kind
|
||||
type: string
|
||||
x-example: guest
|
||||
# swagger-UI overrides the default with the example, so better make the
|
||||
# example the default.
|
||||
x-example: user
|
||||
required: false
|
||||
default: user
|
||||
enum:
|
||||
|
|
|
|||
Loading…
Reference in a new issue