Skip to content

Commit

Permalink
Add some clarification to expiry in node schema (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz authored Aug 23, 2023
1 parent 78e85a0 commit 7e1fa86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/luckperms-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ components:
expiry:
type: integer
example: 1658428395
description: The instant the node will expire, in epoch seconds.
required:
- key
- type
Expand Down Expand Up @@ -1184,6 +1185,7 @@ components:
expiry:
type: integer
example: 1658428395
description: The instant the node will expire, in epoch seconds.
required:
- key
Context:
Expand Down

0 comments on commit 7e1fa86

Please sign in to comment.