POST /katello/api/organizations/114267492/upstream_subscriptions
{
"pools": [
{
"id": "1234abcd",
"quantity": 3
}
],
"upstream_subscription": {
"pools": [
{
"id": "1234abcd",
"quantity": 3
}
]
}
}
204
| Param name | Description |
|---|---|
|
pools
required |
Array of pools to add Validations:
|
|
pools[id]
required |
Candlepin ID of pool to add Validations:
|
|
pools[quantity]
required |
Quantity of entitlements to bind Validations:
|
|
organization_id
required |
Organization ID Validations:
|