Skip to content

Commit

Permalink
Add missing links to compose rpm mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomir committed Aug 26, 2015
1 parent 1a1152f commit 11ce743
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pdc/apps/compose/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ def retrieve(self, request, **kwargs):

def partial_update(self, request, **kwargs):
"""
__URL__: $LINK:composerpmmapping-detail:compose_id:package$
Allows to create and destroy overrides. The request should send JSON data
in following format:
Expand All @@ -733,6 +735,8 @@ def partial_update(self, request, **kwargs):

def update(self, request, **kwargs):
"""
__URL__: $LINK:composerpmmapping-detail:compose_id:package$
Allows updating the RPM mapping by using a `PUT` request with data
containing new mapping. PDC will compute changes between current
mapping and the requested one. The response contains a list of changes
Expand Down

0 comments on commit 11ce743

Please sign in to comment.