Skip to content

Commit ef6fe1b

Browse files
authored
Merge pull request #77 from tschmittni/master
Add missing enabled field to Key definition
2 parents 74cc46d + a63e5ea commit ef6fe1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

auth/niauth.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,9 @@ definitions:
572572
format: date-time
573573
description: The time when the key expires (epoch in milliseconds)
574574
example: "2019-12-02T15:31:45.379Z"
575+
enabled:
576+
type: boolean
577+
description: Whether the key is enabled or not
575578
deleted:
576579
type: boolean
577580
description: Whether the key is deleted or not

0 commit comments

Comments
 (0)