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 

 A POST to the api/v3/repositories/123/versions/ repository version API endpoint should accept 2 POST body parameters: 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 adds units from add_content_units, then removes content from remove_content_units.

Back