diff options
Diffstat (limited to 'routers/api/v1/user/key.go')
-rw-r--r-- | routers/api/v1/user/key.go | 2 |
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": |