Vigilfield Docs
API referenceBilling

`PATCH /billing` — update billing settings.

PATCH/billing

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/billing" \  -H "Content-Type: application/json" \  -d '{}'
{  "annual_discount_percent": 0,  "auto_topup_enabled": true,  "auto_topup_packs": 0,  "auto_topup_threshold_pct": 0,  "billing_period": "string",  "gb_exported_limit": 0,  "gb_ingested_limit": 0,  "gb_scanned_limit": 0,  "gb_stored_limit": 0,  "is_trial_active": true,  "org_id": "string",  "payment_method_configured": true,  "plan_tier": null,  "retention_days": 0,  "stripe_customer_id": "string",  "trial_ends_at": "string",  "updated_at": "string"}