Set default account 'kind' to 'user'

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