chore(docs): add info about `/buckets` sorting

This commit is contained in:
WofWca 2023-03-21 13:50:03 +04:00 committed by konrad
parent 8edbca39cf
commit eb93ccb827
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func getDoneBucketForProject(s *xorm.Session, projectID int64) (bucket *Bucket,
// ReadAll returns all buckets with their tasks for a certain project
// @Summary Get all kanban buckets of a project
// @Description Returns all kanban buckets with belong to a project including their tasks.
// @Description Returns all kanban buckets with belong to a project including their tasks. Buckets are always sorted by their `position` in ascending order. Tasks are sorted by their `kanban_position` in ascending order.
// @tags task
// @Accept json
// @Produce json