aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorVlad Temian <vladtemian@gmail.com>2017-11-28 17:21:39 +0200
committerLauris BH <lauris@nix.lv>2017-11-28 17:21:39 +0200
commit6ad4990a65462af770e15330da4777ea59bcc5ad (patch)
tree668ab92742f277f93ccbcc7552190766371909c0 /public
parent0c69b768b93fda6b339941c6e26a593718042c52 (diff)
downloadgitea-6ad4990a65462af770e15330da4777ea59bcc5ad.tar.gz
gitea-6ad4990a65462af770e15330da4777ea59bcc5ad.zip
Add fingerprint to ssh key endpoints. (#3009)
* Add fingerprint to ssh key endpoints. * Update gitea sdk vendor
Diffstat (limited to 'public')
-rw-r--r--public/swagger.v1.json6
1 files changed, 5 insertions, 1 deletions
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
+}