{
"gateway_proxy_enabled": true,
"gateway_udp_proxy_enabled": true
}
curl --location --request PUT 'https://api.cloudflare.com/client/v4/accounts//devices/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"gateway_proxy_enabled": true,
"gateway_udp_proxy_enabled": true
}'
{
"errors": [],
"messages": [],
"result": {
"gateway_proxy_enabled": true,
"gateway_udp_proxy_enabled": true
},
"success": true
}