v1

latestOpenAPI 3.1.0Proprietary2026-07-1434570540.9 KB
Admin

Set a System Config Value

Sets a single system configuration value by its key, with an optional reason that is recorded in the audit trail.

put/admin/config/{id}

Path parameters

id'fees.default_rate' | 'fees.max_rate' | 'fees.min_transaction' | 'settlement.batch_window' | 'settlement.min_batch_size' | 'subscription.grace_period' required

Configuration key to set. Must be a recognized key such as fees.default_rate, fees.max_rate, fees.min_transaction, settlement.batch_window, settlement.min_batch_size, or subscription.grace_period.

Request body

reasonstring

Optional free-text reason recorded in the audit trail.

valuestring required

New value for the configuration key. Validated per key (non-negative decimal for rates, non-negative integer for counts, positive duration like '300s' or '72h' for windows).

Response

OK

object required