mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-27 00:13:43 +01:00
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:
commit
32ce676eb6
|
|
@ -90,7 +90,7 @@ paths:
|
||||||
The homeserver domain the consumer should use when attempting to
|
The homeserver domain the consumer should use when attempting to
|
||||||
verify the user's identity.
|
verify the user's identity.
|
||||||
expires_in:
|
expires_in:
|
||||||
type: int
|
type: integer
|
||||||
description: |-
|
description: |-
|
||||||
The number of seconds before this token expires and a new one must
|
The number of seconds before this token expires and a new one must
|
||||||
be generated.
|
be generated.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue