Class CCLicenseAddPatchOperation


public class CCLicenseAddPatchOperation extends AddPatchOperation<String>
Submission "add" PATCH operation To add or update the Creative Commons License of a workspace item. When the item already has a Creative Commons License, the license will be replaced with a new one. Example: curl -X PATCH http://${dspace.server.url}/api/submission/workspaceitems/31599 -H "Content-Type: application/json" -d '[{ "op": "add", "path": "/sections/cclicense/uri", "value":"https://creativecommons.org/licenses/by-nc-sa/4.0/us/"}]'