Skip to main content

Update Subscriber SIP Endpoint

PATCH 

/resources/subscribers/:fabric_subscriber_id/sip_endpoints/:id

Updates a Subscriber Sip Endpoint by ID

Request

Path Parameters

    id uuidrequired

    Unique ID of a Sip Endpoint.

    fabric_subscriber_id uuidrequired

    Unique ID of a Fabric Subscriber.

Body

required

    username string

    Username of the Sip Endpoint.

    password string

    Password of the Sip Endpoint.

    password_confirmation string

    Confirmation of the Password

    caller_id string

    Caller ID of the Sip Endpoint.

    send_as string

    Send as

    ciphers CipherType (string)[]

    Possible values: [AEAD_AES_256_GCM_8, AES_256_CM_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_80, AES_256_CM_HMAC_SHA1_32, AES_CM_128_HMAC_SHA1_32]

    Ciphers of the Sip Endpoint.

    codecs CodecType (string)[]

    Possible values: [OPUS, G722, PCMU, PCMA, G729, VP8, H264]

    Codecs of the Sip Endpoint.

    encryption EncryptionType (string)

    Possible values: [default, required, optional]

    Encryption

Responses

The request has succeeded.

Schema

    id uuidrequired

    Universal Unique Identifier.

    username stringrequired

    Username of the Sip Endpoint.

    caller_id stringrequired

    Caller ID of the Sip Endpoint.

    send_as stringrequired

    Purchased or verified number

    ciphers CipherType (string)[]required

    Possible values: [AEAD_AES_256_GCM_8, AES_256_CM_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_80, AES_256_CM_HMAC_SHA1_32, AES_CM_128_HMAC_SHA1_32]

    Ciphers of the Sip Endpoint.

    codecs CodecType (string)[]required

    Possible values: [OPUS, G722, PCMU, PCMA, G729, VP8, H264]

    Codecs of the Sip Endpoint.

    encryption EncryptionType (string)required

    Possible values: [default, required, optional]

    Encryption

Loading...