Adjust router documentation
This commit is contained in:
parent
ece3e3ee4f
commit
7e37c34d2f
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue