Actions
Feature #36284
closedMake it easier to specify the content for content overrides
Difficulty:
Triaged:
Yes
Description
When adding content overrides via hammer or API, you must specify a custom content label. This label isn't available anywhere in the UI.
We should either (a) expose the custom_content_label for each repository so you could grab it from hammer or the API; or (b) just make the /hosts/:host_id/subscriptions/content_override and /hosts/bulk/content_overrides endpoints accept repository names. Option b would be a bit more complex, though, because you’d also have to also specify an organization and product.
Actions