summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/key.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/user/key.go')
-rw-r--r--routers/api/v1/user/key.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/routers/api/v1/user/key.go b/routers/api/v1/user/key.go
index 41a514af5e..e5d1b08f0d 100644
--- a/routers/api/v1/user/key.go
+++ b/routers/api/v1/user/key.go
@@ -101,6 +101,7 @@ func GetPublicKey(ctx *context.APIContext) {
// in: path
// description: id of key to get
// type: integer
+ // format: int64
// required: true
// responses:
// "200":
@@ -172,6 +173,7 @@ func DeletePublicKey(ctx *context.APIContext) {
// in: path
// description: id of key to delete
// type: integer
+ // format: int64
// required: true
// responses:
// "204":