Skip to content

Commit

Permalink
Merge pull request #298 from DSpace/backport-296-to-dspace-8_x
Browse files Browse the repository at this point in the history
[Port dspace-8_x] fixes typo on REST End-Points (#295)
  • Loading branch information
tdonohue authored Oct 25, 2024
2 parents 8ca5ddf + a8fbb95 commit 52cdcc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,31 +596,31 @@ Status codes:
* 422: if the collection didn't contain an administrator group

#### Collection Submitters
**/api/core/communities/<:uuid>/submittersGroup**
**/api/core/collections/<:uuid>/submittersGroup**

Endpoints for managing the Collection Submitters group

This works identical to the [Collection administrators](#collection-administrators),
except the collection administrators can also create the submitters group.

#### Collection Default item READ rights group
**/api/core/communities/<:uuid>/itemReadGroup**
**/api/core/collections/<:uuid>/itemReadGroup**

Endpoints for managing the Collection Default item READ rights group

This works identical to the [Collection administrators](#collection-administrators),
except the collection administrators can also create the Collection Default item READ rights group.

#### Collection Default bitstream READ rights group
**/api/core/communities/<:uuid>/bitstreamReadGroup**
**/api/core/collections/<:uuid>/bitstreamReadGroup**

Endpoints for managing the Collection Default bitstream READ rights group

This works identical to the [Collection administrators](#collection-administrators),
except the collection administrators can also create the Collection Default bitstream READ rights group

#### Collection Workflow groups
**/api/core/communities/<:uuid>/workflowGroups/<:workflow-role>**
**/api/core/collections/<:uuid>/workflowGroups/<:workflow-role>**

Endpoints for managing the Collection Workflow groups

Expand All @@ -636,7 +636,7 @@ The workflow role can be e.g.:
* reviewmanagers

##### Delete a collection workflow group
**DELETE /api/core/communities/<:uuid>/workflowGroups/<:workflow-role>**
**DELETE /api/core/collections/<:uuid>/workflowGroups/<:workflow-role>**

Delete the Group associated with a Workflow role.

Expand Down

0 comments on commit 52cdcc4

Please sign in to comment.