mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 01:08: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
|
- in: query
|
||||||
name: kind
|
name: kind
|
||||||
type: string
|
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
|
required: false
|
||||||
default: user
|
default: user
|
||||||
enum:
|
enum:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue