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

fqdn_connection_id
string
required

The ID of the FQDN connection.

Body

application/json

Parameters that can be updated in an FQDN authentication

user_name
string

The username for authentication.

password
string

The password for authentication.

ip_authentication_method
enum<string>

The IP authentication method.

Available options:
token,
p-charge-info
fqdn_outbound_authentication
enum<string>

The outbound authentication type.

Available options:
ip-authentication,
credential-authentication
webhook_url
string<uri>

The webhook URL for authentication events.

failover_url
string<uri>

The failover webhook URL.

txt_name
string

The TXT record name for Microsoft Teams SBC DNS verification.

txt_value
string

The TXT record value for Microsoft Teams SBC DNS verification.

txt_ttl
integer

The TTL for the TXT record.

Response

Successful response with the updated FQDN authentication.

data
FQDN Authentication · object