Actions
Refactor #39330
closedRemove separate content_view_id and lifecycle_environment_id params
Pull request:
Fixed in Releases:
Found in Releases:
Description
Separate parameters for content view and lifecycle environment were deprecated previously with https://redhat.atlassian.net/browse/SAT-42732
We can now remove those params.
The original deprecation note is as follows:
On hosts, the `content_view_id` and `lifecycle_environment_id` parameters are deprecated and will be removed in a future release.
On the `POST /activation_keys` and `PUT /activation_keys/:id` activation keys, the `content_view_id`, `environment_id`, and environment parameters are deprecated and will be removed in a future release.
but this will also have some cascading effects...
Actions