Feature #18600
Updated by Peter Amstutz about 3 years ago
New endpoint "arvados/v1/collections/uuid/modify"
Map in the form:
{"destination": "source"}
destination: in the form "destination/path"
source: either "PDH/source/path" (can be a directory, including root) or empty (destination should be deleted)
Cannot have a destination that's within another destination, e.g.
{
"/sys": "abc",
"/sys/foobar": "xyz"
}
Is an error because the specification of "/sys" overlaps.