Tag doesn't get appended to project when added over API and project already has a tag #4539
Closed
2 tasks done
Labels
Milestone
Current Behavior
When sending a POST '/api/v1/tag/{name}/project' request, I get back a 204 response, but the new tag isn't appended to the project's tags if the project already has one tag added to it. The initial tag stays as it is.
When in the starting situation, the project has no tags, then the POST request adds the tag as intended. But if this is repeated with a project that already has one tag, nothing changes, or rather the new tag isn't appended.
Steps to Reproduce
Expected Behavior
The new tag should be appended to the tags of the project.
Dependency-Track Version
4.12.2
Dependency-Track Distribution
Container Image
Database Server
N/A
Database Server Version
No response
Browser
N/A
Checklist
The text was updated successfully, but these errors were encountered: