@@ -76,7 +76,8 @@ def create(
7676
7777 hostnames: FQDNs to associate with traffic decisions.
7878
79- ip_subnets: CIDRs to associate with traffic decisions.
79+ ip_subnets: IPv4 CIDRs to associate with traffic decisions. (IPv6 CIDRs are currently
80+ unsupported)
8081
8182 extra_headers: Send extra headers
8283
@@ -135,7 +136,8 @@ def update(
135136
136137 hostnames: FQDNs to associate with traffic decisions.
137138
138- ip_subnets: CIDRs to associate with traffic decisions.
139+ ip_subnets: IPv4 CIDRs to associate with traffic decisions. (IPv6 CIDRs are currently
140+ unsupported)
139141
140142 name: Display name for the app.
141143
@@ -280,7 +282,8 @@ def edit(
280282
281283 hostnames: FQDNs to associate with traffic decisions.
282284
283- ip_subnets: CIDRs to associate with traffic decisions.
285+ ip_subnets: IPv4 CIDRs to associate with traffic decisions. (IPv6 CIDRs are currently
286+ unsupported)
284287
285288 name: Display name for the app.
286289
@@ -367,7 +370,8 @@ async def create(
367370
368371 hostnames: FQDNs to associate with traffic decisions.
369372
370- ip_subnets: CIDRs to associate with traffic decisions.
373+ ip_subnets: IPv4 CIDRs to associate with traffic decisions. (IPv6 CIDRs are currently
374+ unsupported)
371375
372376 extra_headers: Send extra headers
373377
@@ -426,7 +430,8 @@ async def update(
426430
427431 hostnames: FQDNs to associate with traffic decisions.
428432
429- ip_subnets: CIDRs to associate with traffic decisions.
433+ ip_subnets: IPv4 CIDRs to associate with traffic decisions. (IPv6 CIDRs are currently
434+ unsupported)
430435
431436 name: Display name for the app.
432437
@@ -571,7 +576,8 @@ async def edit(
571576
572577 hostnames: FQDNs to associate with traffic decisions.
573578
574- ip_subnets: CIDRs to associate with traffic decisions.
579+ ip_subnets: IPv4 CIDRs to associate with traffic decisions. (IPv6 CIDRs are currently
580+ unsupported)
575581
576582 name: Display name for the app.
577583
0 commit comments