Actions
Feature #8306
closedAPI for selecting multiple *packages*, and 'apply them' to multiple content views in multiple environments.
Added by Justin Sherrill over 10 years ago
Added by Justin Sherrill over 10 years ago
Merge pull request #4844 from jlsherrill/inc_update
fixes #8306,8177,8180 - adding incremnetal update api
Actions
fixes #8306,8177,8180 - adding incremnetal update api
example api call:
POST /katello/api/v2/content_view_versions/incremental_update
{
"content_view_version_environments": [{"content_view_version_id": 5, "environment_ids": [1,2,3]}],
"add_content": {"errata_ids": ["3068d8b3-5546-4ad7-90ea-8df0c0af5792"] },
"environment_ids": [1],
"resolve_dependencies": true
}