Update Pricing Planput https://{APP_DOMAIN}/api/3.2/billing/pricing-plans/{id}Updates an existing pricing plan and its options.Path ParamsidintegerrequiredThe id of the pricing plan to update.Body ParamsBody ParamsactivestringrequiredPricing plan active status.is_mobilestringDetermines if the plan is for mobile subscriptions.css_idstringnamestringrequiredInternal Name of plan (will not be shown to customers).hide_optionbooleanrequiredDetermines if the option is shown to the customer.truefalsepublication_idintegerrequiredAny of the following string values: 'text', 'number' or 'date'.optionsarray of objectsAny of the following string values: 'text', 'number' or 'date'.optionsADD objecttag_idsarray of integersArray of tag ids to associate with Pricing Plantag_idsADD integerResponse 200The updated pricing planUpdated 22 days ago