serokell / coffer

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

[#88] Change HTTP method in `delete` endpoint #103

Closed DK318 closed 2 years ago

DK318 commented 2 years ago

Description

Problem

In delete endpoint we are using POST method. However, this endpoint has delete semantics so we need to use DELETE method.

Solution

Change HTTP method from POST to DELETE in delete endpoint.

Related issue(s)

Fixed #

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)