Provide a way to add / remove collections from communities #9824
Labels
help wanted
Needs a volunteer to claim to move forward
interface: REST API v7+
REST API for v7 and later (dspace-server-webapp module)
new feature
Description
The Community hibernate model and spring service provide ways to add and remove collections, but these operations are not exposed over the REST API, so there is no way to provide a "move collection" feature in the UI or with a REST integration.
Proposed solution
Allow POST or DELETE to the /collections path on the community endpoint with simple uri-list of collection URIs to add or delete?
We might have to consider what happens if we accidentally remove a collection from its only community, or if we even allow that.
The text was updated successfully, but these errors were encountered: