v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
Carriers

Update a carrier

patch/carriers/{carrierId}

Path parameters

carrierIdinteger required

Carrier ID

Carrier ID

Request body

$schemastring uri

A URL to the JSON Schema for this object.

companystring

Company name

countrystring

Country name

country_codestring

Country dialing code

country_isostring

ISO country code

detail_urlstring

URL to carrier details

gsm_bandsstring

Supported GSM bands

lte_bandsstring

Supported LTE bands

mobile_prefixstring

Mobile number prefix

nsn_sizestring

NSN size

number_formatstring

Phone number format

operatorstring

Operator name

protocolsstring

Supported protocols

umts_bandsstring

Supported UMTS bands

websitestring

Company website

Example request

{
  "$schema": "https://example.com/schemas/UpdateCarrierInputBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

companystring required
countrystring required
country_codestring required
country_isostring required
created_atstring date-time required
detail_urlstring required
gsm_bandsstring required
idinteger required
lte_bandsstring required
mccstring required
mncstring required
mobile_prefixstring required
nsn_sizestring required
number_formatstring required
operatorstring required
protocolsstring required
umts_bandsstring required
websitestring required

Example response

{
  "$schema": "https://example.com/schemas/Carrier.json"
}