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.
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.