[
{
"address": "192.0.2.0/24",
"description": "Include testing domains from the tunnel",
"host": "*.example.com"
}
]
curl --location --request PUT 'https://api.cloudflare.com/client/v4/accounts//devices/policy//include' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"address": "192.0.2.0/24",
"description": "Include testing domains from the tunnel",
"host": "*.example.com"
}
]'
{
"errors": [],
"messages": [],
"result": [
{
"address": "192.0.2.0/24",
"description": "Include testing domains from the tunnel",
"host": "*.example.com"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}