---
title: "Update configuration value"
method: PUT
path: "/v1/configuration/{name}"
tags: ["configuration"]
---

# Update configuration value

`PUT /v1/configuration/{name}`

Set a single configuration value. Not all configuration values can be updated so the list of accepted configuration variables is small.

## Path parameters

- `name` 'configuration.is_demo_site' | 'configuration.permission_update_check' | 'configuration.last_update_check' | 'configuration.single_user_mode' | 'configuration.enable_exchange_rates' | 'configuration.use_running_balance' | 'configuration.enable_external_map' | 'configuration.enable_external_rates' | 'configuration.allow_webhooks' | 'configuration.valid_url_protocols', required

## Headers

- `X-Trace-Id` string, uuid

## Request body

- ConfigurationUpdate
  - `value` union, required
    - boolean
    - string
    - object
    - StringArrayItem[]

## Response `200`

New configuration value stored, result in response.

- ConfigurationSingle
  - `data` Configuration, required
    - `title` 'configuration.is_demo_site' | 'configuration.permission_update_check' | 'configuration.last_update_check' | 'configuration.single_user_mode' | 'firefly.version' | 'firefly.default_location' | 'firefly.account_to_transaction' | 'firefly.allowed_opposing_types' | 'firefly.accountRoles' | 'firefly.valid_liabilities' | 'firefly.interest_periods' | 'firefly.enable_external_map' | 'firefly.expected_source_types' | 'app.timezone' | 'firefly.bill_periods' | 'firefly.credit_card_types' | 'firefly.languages' | 'firefly.valid_view_ranges' | 'cer.enabled' | 'firefly.preselected_accounts' | 'firefly.rule-actions' | 'firefly.context-rule-actions' | 'search.operators' | 'webhook.triggers' | 'webhook.responses' | 'webhook.deliveries', required — Title of the configuration value.
    - `value` union, required
      - boolean
      - string
      - object
      - StringArrayItem[]
    - `editable` boolean, required — If this config variable can be edited by the user

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `404` — Page not found
- `422` — Validation error. The body will have the exact details.
- `500` — Internal exception

---

[API](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop.md) · [All operations](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firefly-iii/firefly-iii-api-develop/revisions/8a1f6472e04b/schema)
