cloudflared-mirror/cfapi
João "Pisco" Fernandes e144eac2af TUN-9171: Use `is_default_network` instead of `is_default` to create vnet's
## Summary
The is_default field in the request body of the POST /virtual_networks endpoint has been
deprecated and should no longer be used. Clients should use the `is_default_network` field
instead for setting the default virtual network.

Closes TUN-9171
2025-06-05 15:02:21 +00:00
..
base_client.go
client.go
hostname.go
hostname_test.go
ip_route.go
ip_route_filter.go
ip_route_test.go
tunnel.go
tunnel_filter.go
tunnel_test.go
virtual_network.go
virtual_network_filter.go
virtual_network_test.go