---
title: "Set the credit limit of an account"
method: PUT
path: "/v1/accounts/{accountId}/credit-limit"
tags: ["Accounts"]
---

# Set the credit limit of an account

`PUT /v1/accounts/{accountId}/credit-limit`

Set the credit limit of an account to the amount specified

## Path parameters

- `accountId` string, uuid, required

## Headers

- `X-Request-Id` string

## Request body

- object
  - `amount` string, number, required

## Response `200`

Successful response

- object
  - `accountId` string, uuid
  - `newCreditLimit` string, number

## Other responses

- `400` — Validation Error
- `401` — Unauthorized
- `403` — Insufficient Privileges
- `409` — Duplicate request error
- `4XX` — Client error
- `5XX` — Server error

---

[API](https://skmtc.net/aquanow/apis/aquanow-cams-rest-api.md) · [All operations](https://skmtc.net/aquanow/apis/aquanow-cams-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aquanow/aquanow-cams-rest-api/revisions/c62a02b27407/schema)
