Class ResourcePolicyGroupReplaceRestController

java.lang.Object
org.dspace.app.rest.ResourcePolicyGroupReplaceRestController

@RestController @RequestMapping("/api/authz/resourcepolicies/{id:\\d+}/group") public class ResourcePolicyGroupReplaceRestController extends Object
This controller will handle all the incoming calls on the/api/authz/resourcepolicies/{id}/group endpoint where the id corresponds to the ResourcePolicy of which you want to replace the related Group.
Author:
Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)