Skip to content

Commit

Permalink
Improve compose rpm mapping doc
Browse files Browse the repository at this point in the history
JIRA: PDC-1000
  • Loading branch information
lao605 committed Oct 16, 2015
1 parent b0a9cb9 commit d97670a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pdc/apps/compose/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,9 @@ 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:
Unlike other API end-points, patching RPM mapping requires you to specify all the fields. The request data
should be a list of objects where each object has exactly the keys listed in documentation below. Only `include`
field can be left out if `action` is not `create`.
[
{
Expand Down

0 comments on commit d97670a

Please sign in to comment.