serokell / coffer

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

[#87] Split `/tag` endpoint into POST and DELETE #102

Closed DK318 closed 2 years ago

DK318 commented 2 years ago

Description

Problem

In /tag endpoint we have delete query flag. We can just use HTTP methods POST and DELETE instead of this flag.

Solution

Removed delete query flag from API and replaced it with POST and DELETE methods.

Related issue(s)

Fixed #

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)