Dear Jose, We had a use case that called for updating the bundles of bitstreams using the bitstream REST endpoint, but had to implement it ourselves. Compare the upstream: https://github.com/TAMULib/DSpace/blob/tamu-dspace/dspace/modules/rest/src/main/java/org/dspace/rest/BitstreamResource.java#L428
to our customization: https://github.com/TAMULib/DSpace/blob/tamu-dspace/dspace/modules/rest/src/main/java/org/dspace/rest/BitstreamResource.java#L428 where we use a bundle name in the request to put the bitstream in the desired bundle (new logic is there at line 462). This is in a 5.x context, though, and would need some modifications to get into 6.x. Best of luck, James On 2/17/17, 4:14 PM, "[email protected] on behalf of Jose Blanco" <[email protected] on behalf of [email protected]> wrote: Is there any documentation on how to issue a rest api request to insert a license bundle with the license file to an item? Thank you! -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
