Project

Profile

Help

Story #3234

closed

Story #3209: As a user, I have Repository Versions

As an authenticated user, I can create a new version by adding or removing content to the latest version.

Added by daviddavis over 6 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 31
Quarter:

Description

  • 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/ 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.

Also available in: Atom PDF