Project

Profile

Help

Story #6019

Updated by daviddavis about 4 years ago

As a user, I can copy ## Example 

 Suppose you have content units with hrefs $C1 and $C2 in $SOURCE $SOURCE_REPO that you wanted to $DEST by calling: copy to $DEST_REPO: 

 <pre> 
 http :/pulp/api/v3/rpm/copy/ source_repo=$SOURCE dest_repo=$DEST content:="[\"$C1\", \"$C2\"]" 
 </pre>

Back