mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 18:38:37 +01:00
Merge pull request #740 from matrix-org/rav/fix_736
Set default account 'kind' to 'user'
This commit is contained in:
commit
7adf95b4ad
|
|
@ -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