github.com/cs3org/reva/v2@v2.27.7/changelog/1.14.0_2021-10-12/archiver-ids.md (about)

     1  Enhancement: Add support for resource id to the archiver
     2  
     3  Before the archiver only supported resources provided by a path.
     4  Now also the resources ID are supported in order to specify the content
     5  of the archive to download. The parameters accepted by the archiver
     6  are two: an optional list of `path` (containing the paths of the
     7  resources) and an optional list of `id` (containing the resources IDs
     8  of the resources).
     9  
    10  https://github.com/cs3org/reva/pull/2100
    11  https://github.com/cs3org/reva/issues/2097