Project

Profile

Help

Story #3636

Updated by daviddavis almost 6 years ago

h2. Problem 

 In #3633, we exposed ids in responses. Now the problem is that the Katello/CLI/etc can't perform actions like publishing a repo version without the href. We need to figure out a way to let them use IDs. 

 h2. Potential Solutions 

 1. Extend HyperlinkedRelatedField to accept ID in addition to href 
 2. Add another param for ID (e.g. repository_id) in addition to repository 
 3. ???

Back