Set default account 'kind' to 'user'

Fixes https://github.com/matrix-org/matrix-doc/issues/736
pull/977/head
Richard van der Hoff 8 years ago
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…
Cancel
Save