Examples

PUT /katello/api/content_views/1058174824/content_view_components/30
{
  "content_view_version_id": 172022917,
  "latest": false,
  "content_view_component": {
    "content_view_version_id": 172022917,
    "latest": false
  }
}
204

Params

Param name Description
composite_content_view_id
required

composite content view identifier

Validations:

  • Must be a number.

id
required

content view component ID. Identifier of the component association

Validations:

  • Must be a number.

content_view_version_id
optional

identifier of the version of the component content view

Validations:

  • Must be a number.

latest
optional

true if the latest version of the components content view is desired

Validations:

  • Must be one of: true, false, 1, 0.