From 6ad4990a65462af770e15330da4777ea59bcc5ad Mon Sep 17 00:00:00 2001 From: Vlad Temian Date: Tue, 28 Nov 2017 17:21:39 +0200 Subject: Add fingerprint to ssh key endpoints. (#3009) * Add fingerprint to ssh key endpoints. * Update gitea sdk vendor --- public/swagger.v1.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'public/swagger.v1.json') diff --git a/public/swagger.v1.json b/public/swagger.v1.json index 730079c819..4a74027663 100644 --- a/public/swagger.v1.json +++ b/public/swagger.v1.json @@ -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 @@ ] } ] -} \ No newline at end of file +} -- cgit v1.2.3