Class CCLicenseRemovePatchOperation


  • public class CCLicenseRemovePatchOperation
    extends RemovePatchOperation<String>
    Submission "remove" PATCH operation To remove the Creative Commons License of a workspace item. Example: curl -X PATCH http://${dspace.server.url}/api/submission/workspaceitems/31599 -H "Content-Type: application/json" -d '[{ "op": "remove", "path": "/sections/cclicense/uri"}]'