PUT /katello/api/products/1234/repository_sets/content-123/enable { "basearch": "x86_64", "releasever": "6Server", "repository_set": { "basearch": "x86_64", "releasever": "6Server" } } 404 { "displayMessage": "Could not find product resource with id 1234. Potential missing permissions: edit_products", "errors": [ "Could not find product resource with id 1234. Potential missing permissions: edit_products" ] }
Param name | Description |
---|---|
id required |
ID of the repository set to enable Validations:
|
product_id optional |
ID of the product containing the repository set Validations:
|
basearch optional |
Basearch to enable Validations:
|
releasever optional |
Releasever to enable Validations:
|
organization_id optional |
organization identifier Validations:
|