dependency-track icon indicating copy to clipboard operation
dependency-track copied to clipboard

PUT api/v1/acl/mapping is not idempotent

Open jakub-bochenski opened this issue 10 months ago • 0 comments

Current Behavior

Sending the same PUT request twice results in A mapping with the same team and project already exists.

Expected Behavior

The PUT method is idempotent, meaning that multiple PUT requests with the same data will have the same effect as a single request

Dependency-Track Version

4.13.1

Dependency-Track Distribution

Container Image

Database Server

PostgreSQL

Database Server Version

No response

Browser

N/A

Checklist

jakub-bochenski avatar Jun 11 '25 12:06 jakub-bochenski