Updated swaggerdocs
This commit is contained in:
parent
42bd69321a
commit
8ca8803404
4 changed files with 659 additions and 161 deletions
|
|
@ -93,3 +93,17 @@ type swaggerResponseTeamNamespace struct {
|
|||
// in:body
|
||||
Body models.TeamNamespace `json:"body"`
|
||||
}
|
||||
|
||||
// UserList
|
||||
// swagger:response UserList
|
||||
type swaggerResponseUserList struct {
|
||||
// in:body
|
||||
Body models.ListUser `json:"body"`
|
||||
}
|
||||
|
||||
// UserNamespace
|
||||
// swagger:response UserNamespace
|
||||
type swaggerResponseUserNamespace struct {
|
||||
// in:body
|
||||
Body models.NamespaceUser `json:"body"`
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue