- Renames the `/tasks/all` endpoint to `/tasks` for consistency with other collection endpoints like `/projects` and `/labels` - Returns `[]` instead of `null` for empty pagination results across all list endpoints - Updates the frontend service to use the new endpoint path - Updates API token tests to use the new endpoint path Fixes #1984 |
||
|---|---|---|
| .. | ||
| create.go | ||
| delete.go | ||
| helper.go | ||
| read_all.go | ||
| read_one.go | ||
| update.go | ||