FQDN Connections
Update an FQDN authentication
Updates the FQDN authentication strategy for a specific FQDN connection.
patch/fqdn_connections/{fqdn_connection_id}/fqdn_authentication
Path parameters
fqdn_connection_idstring required
The ID of the FQDN connection.
Request body
Example request
{
"failover_url": "https://failover.example.com",
"fqdn_outbound_authentication": "ip-authentication",
"ip_authentication_method": "p-charge-info",
"password": "new_password",
"txt_name": "new_txt_name",
"txt_ttl": 300,
"txt_value": "new_txt_value",
"user_name": "newusername",
"webhook_url": "https://example.com"
}Response
Successful response with the updated FQDN authentication.
Example response
{
"data": {
"connection_id": "1293384261075731499",
"id": "1293384261075731499",
"record_type": "fqdn_authentication"
}
}