docs: clarify return value of /tasks

This commit is contained in:
kolaente 2025-01-20 16:23:26 +01:00
parent cb8fd09824
commit debdcd4dd3
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ func getFilterValueForBucketFilter(filter string, view *ProjectView) (newFilter
// ReadAll gets all tasks for a collection
// @Summary Get tasks in a project
// @Description Returns all tasks for the current project.
// @Description Returns all tasks for the selected project. When the requested view is a kanban view, a list of buckets containing the tasks will be returned. Otherwise, a list of tasks will be returned.
// @tags task
// @Accept json
// @Produce json