Adjust router documentation

This commit is contained in:
Jannis Mattheis 2018-03-10 21:39:58 +01:00 committed by Jannis Mattheis
parent ece3e3ee4f
commit 7e37c34d2f
1 changed files with 4 additions and 4 deletions

View File

@ -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: []