---
title: "Update allowlist."
method: POST
path: "/allowlist"
tags: ["Allowlist"]
---

# Update allowlist.

`POST /allowlist`

Update allowlist.

## Request body

- UploadAllowlistRequest
  - `allowlist` integer[]
  - `operation_type` 'APPEND' | 'DELETE' | 'OVERWRITE', required

## Response `200`

numbers of the changed data

- UploadAllowlistResponse
  - `added` integer
  - `deleted` integer
  - `no_change` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/tripadvisor/apis/partner-api.md) · [All operations](https://skmtc.dev/tripadvisor/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tripadvisor/partner-api/revisions/b42bdf9fd6a5/schema)
