---
title: "Update a carrier"
method: PATCH
path: "/carriers/{carrierId}"
tags: ["Carriers"]
---

# Update a carrier

`PATCH /carriers/{carrierId}`

## Path parameters

- `carrierId` integer, required — Carrier ID

## Request body

- UpdateCarrierInputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `company` string — Company name
  - `country` string — Country name
  - `country_code` string — Country dialing code
  - `country_iso` string — ISO country code
  - `detail_url` string — URL to carrier details
  - `gsm_bands` string — Supported GSM bands
  - `lte_bands` string — Supported LTE bands
  - `mobile_prefix` string — Mobile number prefix
  - `nsn_size` string — NSN size
  - `number_format` string — Phone number format
  - `operator` string — Operator name
  - `protocols` string — Supported protocols
  - `umts_bands` string — Supported UMTS bands
  - `website` string — Company website

## Response `200`

OK

- Carrier
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `company` string, required
  - `country` string, required
  - `country_code` string, required
  - `country_iso` string, required
  - `created_at` string, date-time, required
  - `detail_url` string, required
  - `gsm_bands` string, required
  - `id` integer, required
  - `lte_bands` string, required
  - `mcc` string, required
  - `mnc` string, required
  - `mobile_prefix` string, required
  - `nsn_size` string, required
  - `number_format` string, required
  - `operator` string, required
  - `protocols` string, required
  - `umts_bands` string, required
  - `website` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/a1453ac769d4/schema)
