GET /katello/api/content_views/1058174576/content_view_components 204
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view identifier Validations:
|
PUT /katello/api/content_views/1058174578/content_view_components/add { "components": [ { "content_view_id": 909058347, "latest": true } ], "content_view_component": {} } 200 { "total": 0, "subtotal": 0, "selectable": 0, "page": null, "per_page": null, "error": null, "search": null, "sort": { "by": null, "order": null }, "results": [] }
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view identifier Validations:
|
components
required |
Array of components to add Validations:
|
components[content_view_version_id]
optional |
identifier of the version of the component content view Validations:
|
components[content_view_id]
optional |
content view identifier of the component who's latest version is desired Validations:
|
components[latest]
optional |
true if the latest version of the component's content view is desired Validations:
|
PUT /katello/api/content_views/1058174585/content_view_components/remove { "component_ids": [ 21 ], "content_view_component": {} } 200 { "total": 0, "subtotal": 0, "selectable": 0, "page": null, "per_page": null, "error": null, "search": null, "sort": { "by": null, "order": null }, "results": [] }
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view identifier Validations:
|
component_ids
required |
Array of content view component IDs to remove. Identifier of the component association Validations:
|
GET /katello/api/content_views/1058174584/content_view_components/20 204
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view numeric identifier Validations:
|
id
required |
content view component ID. Identifier of the component association Validations:
|
PUT /katello/api/content_views/1058174577/content_view_components/14 { "content_view_version_id": 172022917, "latest": false, "content_view_component": { "content_view_version_id": 172022917, "latest": false } } 204
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view identifier Validations:
|
id
required |
content view component ID. Identifier of the component association Validations:
|
content_view_version_id
optional |
identifier of the version of the component content view Validations:
|
latest
optional |
true if the latest version of the components content view is desired Validations:
|