Attach a feature
POST/subscriptions/offerings/:offering_uuid/features/attach
After saving an offering, you can attach new features to it at any time.
Adding new features 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 feature is attached with 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.