---
title: "Update SBC configuration"
method: POST
path: "/sbc"
tags: ["Administration"]
---

# Update SBC configuration

`POST /sbc`

Update SBC configuration.

## Request body

- object
  - `domain` string — The SBC domain.
  - `http_port` integer — A port number is a 16-bit unsigned integer, thus ranging from 0 to 65535. For TCP, port number 0 is reserved and cannot be used, while for UDP, the source port is optional and a value of zero means no port
  - `https_port` integer — A port number is a 16-bit unsigned integer, thus ranging from 0 to 65535. For TCP, port number 0 is reserved and cannot be used, while for UDP, the source port is optional and a value of zero means no port
  - `transports` object[]
    - `protocol` 'UDP' | 'TCP' | 'TLS' — The transport protocol: Can be either: - `UDP`: - `TCP`: - `TLS`:
    - `port` integer — A port number is a 16-bit unsigned integer, thus ranging from 0 to 65535. For TCP, port number 0 is reserved and cannot be used, while for UDP, the source port is optional and a value of zero means no port

## Response `200`

OK

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
