@@ -596,31 +596,31 @@ Status codes:
596596* 422: if the collection didn't contain an administrator group
597597
598598#### Collection Submitters
599- ** /api/core/communities /<: uuid >/submittersGroup**
599+ ** /api/core/collections /<: uuid >/submittersGroup**
600600
601601Endpoints for managing the Collection Submitters group
602602
603603This works identical to the [ Collection administrators] ( #collection-administrators ) ,
604604except the collection administrators can also create the submitters group.
605605
606606#### Collection Default item READ rights group
607- ** /api/core/communities /<: uuid >/itemReadGroup**
607+ ** /api/core/collections /<: uuid >/itemReadGroup**
608608
609609Endpoints for managing the Collection Default item READ rights group
610610
611611This works identical to the [ Collection administrators] ( #collection-administrators ) ,
612612except the collection administrators can also create the Collection Default item READ rights group.
613613
614614#### Collection Default bitstream READ rights group
615- ** /api/core/communities /<: uuid >/bitstreamReadGroup**
615+ ** /api/core/collections /<: uuid >/bitstreamReadGroup**
616616
617617Endpoints for managing the Collection Default bitstream READ rights group
618618
619619This works identical to the [ Collection administrators] ( #collection-administrators ) ,
620620except the collection administrators can also create the Collection Default bitstream READ rights group
621621
622622#### Collection Workflow groups
623- ** /api/core/communities /<: uuid >/workflowGroups/<: workflow-role >**
623+ ** /api/core/collections /<: uuid >/workflowGroups/<: workflow-role >**
624624
625625Endpoints for managing the Collection Workflow groups
626626
@@ -636,7 +636,7 @@ The workflow role can be e.g.:
636636* reviewmanagers
637637
638638##### Delete a collection workflow group
639- ** DELETE /api/core/communities /<: uuid >/workflowGroups/<: workflow-role >**
639+ ** DELETE /api/core/collections /<: uuid >/workflowGroups/<: workflow-role >**
640640
641641Delete the Group associated with a Workflow role.
642642
0 commit comments