Examples

POST /katello/api/content_view_versions/234564707/promote
{
  "environment_ids": [
    261162085
  ],
  "force": 0,
  "content_view_version": {}
}
202
[

]

Params

Param name Description
id
required

Content view version identifier

Validations:

  • Must be a number.

force
optional

force content view promotion and bypass lifecycle environment restriction

Validations:

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

environment_ids
optional

Identifiers for Lifecycle Environment

Validations:

  • Must be an array of any type

description
optional

The description for the content view version promotion

Validations:

  • String