Skip to main content

Update Setting

PUT 

/api/v2/settings/:slug

Updates a single setting by slug. Body shape varies per slug — for simple settings the body is {"value": ...}; for grouped settings (e.g. purchase-order, forecasting) the body is a flat object of allowed keys.

Slug purchase-order accepts:

  • cc_outgoing_email (string|null, max 500) — comma-separated CC list applied to outgoing PO emails.

Authentication: Requires Bearer token.

Request

Responses

Successful response