Update a subscription
PUT/subscriptions/subscriptions/:subscription_uuid
Updates a subscription. For example, a subscriber can switch from one plan to another in a subscription.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Success. The subscription is updated.
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.