From 7e37c34d2f6ff0716d057512c4314f8f5a911f70 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 10 Mar 2018 21:39:58 +0100 Subject: [PATCH] Adjust router documentation --- router/router.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/router/router.go b/router/router.go index 50f1e3a..aff357b 100644 --- a/router/router.go +++ b/router/router.go @@ -172,7 +172,7 @@ func Create(db *database.GormDatabase, vInfo *model.VersionInfo, conf *config.Co // in: path // description: the application id // required: true - // type: string + // type: integer // security: // - clientTokenHeader: [] // - clientTokenQuery: [] @@ -208,7 +208,7 @@ func Create(db *database.GormDatabase, vInfo *model.VersionInfo, conf *config.Co // in: path // description: the application id // required: true - // type: string + // type: integer // responses: // 200: // description: Ok @@ -242,7 +242,7 @@ func Create(db *database.GormDatabase, vInfo *model.VersionInfo, conf *config.Co // in: path // description: the application id // required: true - // type: string + // type: integer // responses: // 200: // description: Ok @@ -339,7 +339,7 @@ func Create(db *database.GormDatabase, vInfo *model.VersionInfo, conf *config.Co // in: path // description: the client id // required: true - // type: string + // type: integer // security: // - clientTokenHeader: [] // - clientTokenQuery: []