Add fingerprint to ssh key endpoints. (#3009)

* Add fingerprint to ssh key endpoints.

* Update gitea sdk vendor
This commit is contained in:
Vlad Temian 2017-11-28 17:21:39 +02:00 committed by Lauris BH
parent 0c69b768b9
commit 6ad4990a65
5 changed files with 84 additions and 13 deletions

View file

@ -6281,6 +6281,10 @@
"type": "string",
"x-go-name": "Title"
},
"fingerprint": {
"type": "string",
"x-go-name": "Fingerprint"
},
"url": {
"type": "string",
"x-go-name": "URL"
@ -7178,4 +7182,4 @@
]
}
]
}
}