Skip to main content
PATCH
Update Feature Code

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Feature code ID

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

Body

application/json
code
string
Pattern: ^(#|\*){1}([0-9]){1}\d+$
numVar
enum<string> | null
Available options:
EXT,
NUM
comment
string
Minimum string length: 3
destinations
object[]

Response

200 - application/json

Updated feature code

id
number
required

Feature code ID

tenantId
number
required

Tenant ID (0 = global)

code
string
required

Feature code (e.g. *67)

numVar
string | null
required

Number variable (EXT/NUM)

comment
string
required

Human-readable description

destinations
object[]
required

Routing destinations