---
title: "updateOpsCreditLimits offer"
method: PUT
path: "/ops/credit-limit"
tags: ["ops"]
---

# updateOpsCreditLimits offer

`PUT /ops/credit-limit`

Update the credit limits for ops

## Request body

- UpdateOpsCreditLimitsRequestBody
  - `rows` CreditLimitItem[], required — Rows to add or update the credit limits
    - `available_credit_limit` integer — Available credit limit set for customer
    - `available_credit_limit_currency` string — Available credit limit currency set for customer
    - `comments` string — comments about this credit limit setted by ops
    - `credit_limit` integer — End customer credit limit
    - `credit_limit_currency` string — End customer credit limit currency
    - `end_customer_id` string, required — End customer ID

## Response `200`

OK response.

- CreditLimitItem[]
  - `available_credit_limit` integer — Available credit limit set for customer
  - `available_credit_limit_currency` string — Available credit limit currency set for customer
  - `comments` string — comments about this credit limit setted by ops
  - `credit_limit` integer — End customer credit limit
  - `credit_limit_currency` string — End customer credit limit currency
  - `end_customer_id` string, required — End customer ID

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `422` — Unprocessable: Unprocessable Entity response.

---

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