---
title: "Replace balance configuration"
method: PUT
path: "/v1/balances-config/{configId}"
tags: ["Balance configurations"]
---

# Replace balance configuration

`PUT /v1/balances-config/{configId}`

Replace an exiting balance configuration.

## Path parameters

- `configId` string, required

## Headers

- `x-tenant` string
- `x-cid` string

## Request body

- PUTBalancesConfigRequest
  - `global_configs` GlobalConfig — Global configuration settings that always apply regardless of the filter.
    - `impact_parent_accounts` boolean — Indicates that the ledger should impact parent accounts also.
  - `configs` Config[] — Array of balance configurations
    - `model_id` string — Model ID configured for this organization, program, or account.

## Response `204`

No content

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
