Merge pull request #740 from matrix-org/rav/fix_736
Set default account 'kind' to 'user'
This commit is contained in:
commit
7adf95b4ad
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue