ev-server
ev-server copied to clipboard
PUT /api/tags/{id} - Confusing REST endpoint
The endpoint to assign a Tag to a user cannot be used by the admin. The admin must modify the tag instead via the endpoint below:
However, the code is confusing to me. Why do we expect the ID in the body while we already have it in the URL?