Skip to content

Commit 44ef3a2

Browse files
authored
Merge pull request DSpace#296 from KostelidisDev/fix-295
fixes typo on REST End-Points (DSpace#295)
2 parents 8d34f21 + b026588 commit 44ef3a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

collections.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

601601
Endpoints for managing the Collection Submitters group
602602

603603
This works identical to the [Collection administrators](#collection-administrators),
604604
except 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

609609
Endpoints for managing the Collection Default item READ rights group
610610

611611
This works identical to the [Collection administrators](#collection-administrators),
612612
except 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

617617
Endpoints for managing the Collection Default bitstream READ rights group
618618

619619
This works identical to the [Collection administrators](#collection-administrators),
620620
except 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

625625
Endpoints 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

641641
Delete the Group associated with a Workflow role.
642642

0 commit comments

Comments
 (0)