---
title: "Updates exception routing"
method: PUT
path: "/v1/exception_routings/{id}"
tags: ["exception_routings"]
---

# Updates exception routing

`PUT /v1/exception_routings/{id}`

## Path parameters

- `id` integer, required

## Request body

- ExceptionRoutingRequest
  - `msisdn` string — msisdn
  - `regionCode` string
  - `active` boolean — active
  - `routeProfile` string — routeProfile
  - `sender` string — sender

## Response `200`

OK

- ExceptionRoutingResponse
  - `msisdn` string — msisdn
  - `regionCode` string
  - `active` boolean — active
  - `routeProfile` string — routeProfile
  - `sender` string — sender
  - `id` integer — exception routing id
  - `timestamp` string, date-time — timestamp
  - `links` Link[] — links
    - `rel` string
    - `href` string
  - `createdBy` string — createdBy
  - `lastModifiedBy` string — lastModifiedBy
  - `createdOn` string, date-time — createdOn
  - `lastOrigin` string — lastOrigin

## Other responses

- `404` — Not found
- `500` — Internal server error

---

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