---
title: "Update a Wireless Blocklist"
method: PATCH
path: "/wireless_blocklists/{id}"
tags: ["Wireless Blocklists"]
---

# Update a Wireless Blocklist

`PATCH /wireless_blocklists/{id}`

Update a Wireless Blocklist.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `name` string — The name of the Wireless Blocklist.
  - `values` union[] — Values to block. The values here depend on the `type` of Wireless Blocklist.
    - union
      - string — ISO 3166-1 Alpha-2 Country Code.
      - string — Mobile Country Code.
      - string — Public land mobile network code (MCC + MNC).

## Response `202`

Successful response

- object
  - `data` WirelessBlocklist
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `id` string, uuid — Identifies the resource.
    - `name` string — The wireless blocklist name.
    - `record_type` string
    - `type` 'country' | 'mcc' | 'plmn' — The type of the wireless blocklist.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.
    - `values` union[] — Values to block. The values here depend on the `type` of Wireless Blocklist.
      - union
        - string — ISO 3166-1 Alpha-2 Country Code.
        - string — Mobile Country Code.
        - string — Public land mobile network code (MCC + MNC).

## Other responses

- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `default` — Unexpected error

## Changes

- **2026-08-17** `1571b0380bd7` — 2 breaking
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `422`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `default`
- **2026-08-04** `8f5f4e537994` — 2 breaking
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `422`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `default`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/wireless_blocklists/:id/patch.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/7e46ea05fa0c/schema)
