Add fingerprint to ssh key endpoints. (#82)
This commit is contained in:
parent
4319a1eaff
commit
24adbb03ee
1 changed files with 5 additions and 4 deletions
|
@ -17,6 +17,7 @@ type PublicKey struct {
|
|||
Key string `json:"key"`
|
||||
URL string `json:"url,omitempty"`
|
||||
Title string `json:"title,omitempty"`
|
||||
Fingerprint string `json:"fingerprint,omitempty"`
|
||||
// swagger:strfmt date-time
|
||||
Created time.Time `json:"created_at,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue