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

openid.yaml: int is not a valid Swagger type
pull/1568/head
Travis Ralston 6 years ago committed by GitHub
commit 32ce676eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save