Merge pull request #1561 from QMatrixClient/kitsune-fix-type-in-openid

openid.yaml: int is not a valid Swagger type
This commit is contained in:
Travis Ralston 2018-08-25 09:48:59 -06:00 committed by GitHub
commit 32ce676eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ paths:
The homeserver domain the consumer should use when attempting to
verify the user's identity.
expires_in:
type: int
type: integer
description: |-
The number of seconds before this token expires and a new one must
be generated.