Updated swaggerdocs

This commit is contained in:
kolaente 2018-09-17 08:22:31 +02:00
parent 42bd69321a
commit 8ca8803404
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 659 additions and 161 deletions

View file

@ -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"`
}