Skip to content

Commit

Permalink
Update KeyResponse with Key Value
Browse files Browse the repository at this point in the history
  • Loading branch information
dvonthenen committed Apr 17, 2024
1 parent e55aa9d commit 3b2ae73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/manage/v1/interfaces/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ type APIKeyPermission struct {
// Key provides a key
type APIKey struct {
APIKeyID string `json:"api_key_id,omitempty"`
Key string `json:"key,omitempty"`
Comment string `json:"comment,omitempty"`
Scopes []string `json:"scopes,omitempty"`
Created string `json:"created,omitempty"`
Expand Down

0 comments on commit 3b2ae73

Please sign in to comment.