Project

Profile

Help

Story #3234

Updated by amacdona@redhat.com over 6 years ago

* I can follow the progress. (adding/removing are asynchronous). 
 * can add and remove together in a single call 

 The repository version API endpoint should accept 2 3 parameters: importer, add_content_units, remove_content_units. A task should be spawned to create a new repository version. The repository version starts with the content from previous version, if any, and then uses the importer to import units, and then adds units from add_content_units, then removes content from remove_content_units. 


Back