Examples

PUT /katello/api/products/bulk/sync
{
  "ids": [
    785257261,
    905280015
  ],
  "organization_id": 114267492,
  "products_bulk_action": {
    "ids": [
      785257261,
      905280015
    ],
    "organization_id": 114267492
  }
}
204

Params

Param name Description
ids
required

List of product ids

Validations:

  • Must be an array of any type

skip_metadata_check
optional

Force sync even if no upstream changes are detected. Non-yum repositories are skipped.

Validations:

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

validate_contents
optional

Force a sync and validate the checksums of all content. Non-yum repositories (or those with On Demand download policy) are skipped.

Validations:

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