Plans
Update a plan price
Change the amount for an existing price on a plan.
patch/api/plans/{id}/prices/{priceId}
Path parameters
idstring required
Plan ID
priceIdstring required
Price ID
Response
Price updated
Example response
{
"id": "clx1234567890",
"planId": "clxplan123",
"currency": "USD",
"amount": "49.9900",
"isActive": true
}