Authorization: Bearer ********************
{
"description": "changed description!",
"connection-source-ip-checking-enabled": "no",
"connection-include-server-header-enabled": "yes"
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//connections/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "changed description!",
"connection-source-ip-checking-enabled": "no",
"connection-include-server-header-enabled": "yes"
}'
{
"code": 202,
"message": "Accepted"
}