Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Identifies the resource.

Example:

"1517907029795014409"

Body

application/json
connection_id
string

ID of the FQDN connection to which this IP should be attached.

fqdn
string

FQDN represented by this resource.

Example:

"example.com"

port
integer | null
default:5060

Port to use when connecting to this FQDN.

Example:

5060

dns_record_type
string

The DNS record type for the FQDN. For cases where a port is not set, the DNS record type must be 'srv'. For cases where a port is set, the DNS record type must be 'a'. If the DNS record type is 'a' and a port is not specified, 5060 will be used.

Example:

"a"

Response

Successful response with details about an FQDN connection.

data
Fqdn · object
Example: