---
title: "Update Business Finance Settings"
method: PUT
path: "/admin/business-dashboards/finance-settings"
tags: ["Admin - Business Dashboards"]
---

# Update Business Finance Settings

`PUT /admin/business-dashboards/finance-settings`

## Request body

- BusinessFinanceSettingsUpdateRequest
  - `burn_rate_eur_monthly` number, required
  - `cash_on_hand_eur` number, required

## Response `200`

Successful Response

- BusinessFinanceSettingsResponse
  - `burn_rate_eur_monthly` number, required
  - `cash_on_hand_eur` number, required
  - `runway_months` number, nullable
  - `updated_at` string, date-time, required
  - `updated_by` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
