serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

/tag endpoint: split into POST and DELETE #87

Closed dcastro closed 2 years ago

dcastro commented 2 years ago

Clarification and motivation

Right now, we have this endpoint:

POST /tag?delete

We should split it into two endpoints:

POST /tag
DELETE /tag

Acceptance criteria