Project

Profile

Help

Story #6019

Updated by daviddavis about 4 years ago

## Example 

 Suppose you have content units $C1 and $C2 in $SOURCE_REPO that you wanted to copy to $DEST_REPO: 

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

Back