---
title: "Update OSH Account"
method: PATCH
path: "/customers/osh/accounts"
---

# Update OSH Account

`PATCH /customers/osh/accounts`

## Request body

- object
  - `accountId` string, required — The account ID for the OSH account to be updated
  - `customerId` string, required — The customer ID associated with the OSH account
  - `creditLimit` number — The new credit limit for the OSH account
  - `balance` number — The new balance amount for the OSH account

## Response `204`

OSH Account updated successfully

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — OSH Account not found
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
