Update a product
PUT/subscriptions/products/:product_uuid
Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the product is not updated.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 500
Success. The product details are updated.
Bad request. The request failed validation.
Forbidden. The operation is forbidden on this entity.
Not found. The requested entity does not exist.
Write conflict. Unable to perform the operation at this time.
Internal server error. There was a system failure in the platform.