Skip to content

Commit

Permalink
Merge pull request matrix-org#1561 from QMatrixClient/kitsune-fix-typ…
Browse files Browse the repository at this point in the history
…e-in-openid

openid.yaml: int is not a valid Swagger type
  • Loading branch information
turt2live authored Aug 25, 2018
2 parents 5f06694 + c879eb9 commit 32ce676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/client-server/openid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32ce676

Please sign in to comment.