Skip to content

Commit

Permalink
Correct JSON attribute name (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahParks authored Oct 6, 2024
1 parent 9f0ecac commit b9757aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b9757aa

Please sign in to comment.