v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
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

idstring required
planIdstring required
currencystring required
amountstring required

Decimal amount as string

isActiveboolean required
createdAtstring required
updatedAtstring required

Example response

{
  "id": "clx1234567890",
  "planId": "clxplan123",
  "currency": "USD",
  "amount": "49.9900",
  "isActive": true
}