Skip to main content
PATCH
Update Call Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Pattern: ^[1-9]\d*$

Body

application/json
number
string
name
string
branchId
number
enableMusicOnHold
enum<string> | null
Available options:
on
checkInUse
enum<string> | null
Available options:
on
ringStrategy
Available options:
RINGALL
ringTime
number
dialTimeout
number
enableForwarding
enum<string> | null
Available options:
on
routingDestinations
object[]
forwardingDestinations
object[]
timeoutDestinations
object[]

Response

200 - application/json

Updated call group

id
number
required

Call group ID

tenantId
number
required

Tenant ID

name
string | null
required

Call group name

number
string | null
required

Call group number

branch
object
required

Resolved branch

enableMusicOnHold
string | null
checkInUse
string | null
checkOffline
string | null
ringStrategy
string | null
ringTime
number | null
dialTimeout
number | null
enableForwarding
string | null
routingDestinations
object[]
forwardingDestinations
object[]
timeoutDestinations
object[]
{key}
any