Renamed list items to tasks

This commit is contained in:
konrad 2018-08-30 08:09:17 +02:00 committed by kolaente
parent d5758e0444
commit d31f16aff1
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
18 changed files with 249 additions and 249 deletions

View file

@ -44,11 +44,11 @@ type swaggerResponseLIst struct {
Body models.List `json:"body"`
}
// ListItem
// swagger:response ListItem
type swaggerResponseLIstItem struct {
// ListTask
// swagger:response ListTask
type swaggerResponseLIstTask struct {
// in:body
Body models.ListItem `json:"body"`
Body models.ListTask `json:"body"`
}
// ================