All checks were successful
Auditor / audit (pull_request) Successful in 57s
- GET /tags returns deduplicated sorted array of all tags across todos - POST /todos/:id/tags attaches a tag to a todo (idempotent, ignores duplicates) - DELETE /todos/:id/tags/:tag removes a specific tag from a todo - Both /todos/:id/tags routes return 404 for non-existent todos
1.9 KiB
1.9 KiB