---
title: "Update a Number"
method: PUT
path: "/numbers/my/{msisdn}"
---

# Update a Number

`PUT /numbers/my/{msisdn}`

## Path parameters

- `msisdn` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- object
  - `inboundSmsCallbackUrl` string — Defines the callback URL that will receive the inbound messages.
  - `voiceInboundStrategy` object — Defines the Voice inbound strategy
    - `dialplanUrl` string — Defines the dialplan URL
  - `inboundVoiceCallbackUrl` string — Defines the callback URL that will receive the inbound Voice messages.

## Response `200`

200

- object
  - `trackingId` string
  - `msisdn` string
  - `country` string
  - `services` string[]
  - `inboundCosts` object[]
    - `price` number
    - `currency` string
    - `service` string
  - `monthlyCosts` object[]
    - `price` number
    - `currency` string
  - `activationCosts` object[]
    - `price` number
    - `currency` string
  - `inboundSmsCallbackUrl` string
  - `voiceInboundStrategy` object
    - `dialplanUrl` string
  - `inboundVoiceCallbackUrl` string
  - `nextRenewal` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
