Project

Profile

Help

Story #3218

Updated by daviddavis over 6 years ago

Three detail routes need to be added to the RepositoryVersion viewset.  

 /api/v3/repositories/<uuid>/versions/<id>/content/    - paginated list of all content in particular version 

 /api/v3/repositories/<uuid>/versions/<id>/added_content/ - paginated list of content added since the previous when a particular version was created 

 /api/v3/repositories/<uuid>/versions/<id>/removed_content/ - paginated list of content removed since the previous when a particular version was created 

Back