Replace a product
PUT/subscriptions/offerings/:offering_uuid/products/replace
After saving an offering, you can replace its products at any time.
Replacing products on an offering does not affect any existing active subscriptions. The changes take effect on all new subscriptions that are created.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Success. The subscription product is replaced on the offering.
Bad request. The request failed validation.
Forbidden. The operation is forbidden on this entity.
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.