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
|
// 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: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue