---
title: "addOrUpdateOps allowlist"
method: POST
path: "/ops/allowlist"
tags: ["ops"]
---

# addOrUpdateOps allowlist

`POST /ops/allowlist`

Add or update multiple rows to the allowlist

## Request body

- AddOrUpdateOpsRequestBody
  - `rows` AllowlistItem[], required — Rows to add or update in the allowlist
    - `comment` string — Comment about the entry
    - `email` string, required — Email in the allowlist
    - `transaction_limit` integer, required — Transaction limit set for customer

## Response `201`

Created response.

- AllowlistItem[]
  - `comment` string — Comment about the entry
  - `email` string, required — Email in the allowlist
  - `transaction_limit` integer, required — Transaction limit set for customer

## Other responses

- `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/versions/fa134b7fc959/schema)
