Actions
Bug #25337
openAdd deb-ids support for cvv incremental update
Description
As part of merging this PR: https://github.com/Katello/katello/pull/7654 into Katello, we need to add hammer support for adding deb-ids via incremental update.
API call:
URL:
https://centos7-devel.dhcp129-2.example.com/katello/api/v2/content_view_versions/incremental_update
Body:
{
"add_content":{"deb_ids":[172]},
"content_view_version_environments": [
{
"content_view_version_id":48,
"environment_ids":["1"]
}
]
}
It will be something under: "hammer content-view version incremental-update" Needs to be --deb-ids I believe.
Updated by Jonathon Turel over 6 years ago
- Assignee set to Michael Johnson
- Target version set to Katello 3.11.0
- Triaged changed from No to Yes
Updated by Jonathon Turel over 6 years ago
- Target version changed from Katello 3.11.0 to Katello Backlog
Actions