diff --git a/openapi.yaml b/openapi.yaml index 05d06da..2105298 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -325,7 +325,7 @@ components: properties: jwtCreateArgs: $ref: '#/components/schemas/JWTCreateArgs' - linkExpires: + linkLifespan: type: integer description: "The number of seconds the link should be active for after\ \ the request has been processed. It defaults to 1 hour. The minimum value\ diff --git a/swagger.yaml b/swagger.yaml index e43807f..d7f946f 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -328,7 +328,7 @@ definitions: jwtCreateArgs: description: "The parameters used to create the JWT to pass upon redirection." $ref: "#/definitions/JWTCreateArgs" - linkExpires: + linkLifespan: description: "The number of seconds the link should be active for after the request has been processed. It defaults to 1 hour. The minimum value is 5 and the maximum value is 2,592,000." type: "integer"