eclipse-sw360 / sw360

SW360 project
https://www.eclipse.org/sw360/
Other
116 stars 96 forks source link

feat(obl): rest endpoint to update license obligations of project #2476

Open rudra-superrr opened 1 month ago

rudra-superrr commented 1 month ago

Issue: #2475

Description

Rest endpoint to update license obligations of project. Pass a map having key as Obligation Title and value as Obligation Status and Obligation Comment which you want to update.

How to test: run the endpoint to update license obligations: http://localhost:8080/resource/api/projects/036452503f984171971de77c8f4de185/updateLicenseObligation

image

nikkuma7 commented 1 month ago

Update successfully. image