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 // in: path
// description: the application id // description: the application id
// required: true // required: true
// type: string // type: integer
// security: // security:
// - clientTokenHeader: [] // - clientTokenHeader: []
// - clientTokenQuery: [] // - clientTokenQuery: []
@ -208,7 +208,7 @@ func Create(db *database.GormDatabase, vInfo *model.VersionInfo, conf *config.Co
// in: path // in: path
// description: the application id // description: the application id
// required: true // required: true
// type: string // type: integer
// responses: // responses:
// 200: // 200:
// description: Ok // description: Ok
@ -242,7 +242,7 @@ func Create(db *database.GormDatabase, vInfo *model.VersionInfo, conf *config.Co
// in: path // in: path
// description: the application id // description: the application id
// required: true // required: true
// type: string // type: integer
// responses: // responses:
// 200: // 200:
// description: Ok // description: Ok
@ -339,7 +339,7 @@ func Create(db *database.GormDatabase, vInfo *model.VersionInfo, conf *config.Co
// in: path // in: path
// description: the client id // description: the client id
// required: true // required: true
// type: string // type: integer
// security: // security:
// - clientTokenHeader: [] // - clientTokenHeader: []
// - clientTokenQuery: [] // - clientTokenQuery: []