This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/pkg/routes
kolaente eb3a945678
Fix deleting task relations
While the request body of a DELETE request *can* have data in it, it is not really supported and pretty much undocumented. As such, it doesn't work in all clients and probably broke with recent updates.
This fixes this by moving all parts of the task relation used to identify it in the url.

More Info: https://stackoverflow.com/a/299696/10924593
2021-02-18 23:35:33 +01:00
..
api/v1 Add events (#777) 2021-02-02 22:48:37 +00:00
caldav Add events (#777) 2021-02-02 22:48:37 +00:00
metrics.go Add events (#777) 2021-02-02 22:48:37 +00:00
rate_limit.go Update copyright year 2021-02-02 20:19:13 +01:00
routes.go Fix deleting task relations 2021-02-18 23:35:33 +01:00