Small fixes to manage namespaces
This commit is contained in:
@ -19,4 +19,7 @@ type swaggerParameterBodies struct {
|
||||
|
||||
// in:body
|
||||
ListItem models.ListItem
|
||||
|
||||
// in:body
|
||||
Namespace models.Namespace
|
||||
}
|
||||
|
@ -50,3 +50,14 @@ type swaggerResponseLIstItem struct {
|
||||
// in:body
|
||||
Body models.ListItem `json:"body"`
|
||||
}
|
||||
|
||||
// ================
|
||||
// Namespace definitions
|
||||
// ================
|
||||
|
||||
// Namespace
|
||||
// swagger:response Namespace
|
||||
type swaggerResponseNamespace struct {
|
||||
// in:body
|
||||
Body models.Namespace `json:"body"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user