latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Administration

Update SBC configuration

Update SBC configuration.

post/sbc

Request body

domainstring

The SBC domain.

http_portinteger

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_portinteger

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

Example request

{
  "http_port": 80,
  "https_port": 80,
  "transports": [
    {
      "port": 80
    }
  ]
}

Response

OK