# Update pricing option Update an existing pricing option. Endpoint: PUT /products/{productId}/pricing-options/{pricingOptionId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `productId` (string, required) Unique identifier of the pricing option Example: "pro_1xUyaVQeGpQY0pyFHzXJxpZo" - `pricingOptionId` (string, required) Unique identifier of the pricing option Example: "price_1xUyaVQeGpQY0pyFHzXJxpZo" ## Header parameters: - `Accept` (string, required) Response format must be JSON Example: "application/json" ## Response 200 fields