---
title: "Atualiza limite de uma conta"
method: PATCH
path: "/accounts/{accountId}/balance/{operation}"
tags: ["Accounts"]
---

# Atualiza limite de uma conta

`PATCH /accounts/{accountId}/balance/{operation}`

## Path parameters

- `accountId` integer, required
- `operation` 'credit' | 'withdraw', required

## Request body

- object
  - `value` number

## Response `204`

OK

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
