put https://{hostname}/etp-config/v3/configs//client-configuration
Updates the client configuration.
Responses
200Successful response.
Updates the client configuration.
200Successful response.
xxxxxxxxxx
14curl --request PUT \
--url https://hostname/etp-config/v3/configs/configId/client-configuration \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"clientIdentityReporting": true,
"downgradeEnable": true,
"endUserControl": true,
"forwardDnsTraffic": true,
"securityPatchAutoUpgrade": true,
"uninstallEnable": true
}
'