@@ -1410,7 +1410,7 @@ def test_method_create_with_all_params_overload_20(self, client: Cloudflare) ->
1410
1410
record = client .dns .records .create (
1411
1411
zone_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
1412
1412
data = {
1413
- "content " : "http://example.com/example.html" ,
1413
+ "target " : "http://example.com/example.html" ,
1414
1414
"weight" : 20 ,
1415
1415
},
1416
1416
name = "example.com" ,
@@ -3124,7 +3124,7 @@ def test_method_update_with_all_params_overload_20(self, client: Cloudflare) ->
3124
3124
"023e105f4ecef8ad9ca31a8372d0c353" ,
3125
3125
zone_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
3126
3126
data = {
3127
- "content " : "http://example.com/example.html" ,
3127
+ "target " : "http://example.com/example.html" ,
3128
3128
"weight" : 20 ,
3129
3129
},
3130
3130
name = "example.com" ,
@@ -4971,7 +4971,7 @@ def test_method_edit_with_all_params_overload_20(self, client: Cloudflare) -> No
4971
4971
"023e105f4ecef8ad9ca31a8372d0c353" ,
4972
4972
zone_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
4973
4973
data = {
4974
- "content " : "http://example.com/example.html" ,
4974
+ "target " : "http://example.com/example.html" ,
4975
4975
"weight" : 20 ,
4976
4976
},
4977
4977
name = "example.com" ,
@@ -6617,7 +6617,7 @@ async def test_method_create_with_all_params_overload_20(self, async_client: Asy
6617
6617
record = await async_client .dns .records .create (
6618
6618
zone_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
6619
6619
data = {
6620
- "content " : "http://example.com/example.html" ,
6620
+ "target " : "http://example.com/example.html" ,
6621
6621
"weight" : 20 ,
6622
6622
},
6623
6623
name = "example.com" ,
@@ -8331,7 +8331,7 @@ async def test_method_update_with_all_params_overload_20(self, async_client: Asy
8331
8331
"023e105f4ecef8ad9ca31a8372d0c353" ,
8332
8332
zone_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
8333
8333
data = {
8334
- "content " : "http://example.com/example.html" ,
8334
+ "target " : "http://example.com/example.html" ,
8335
8335
"weight" : 20 ,
8336
8336
},
8337
8337
name = "example.com" ,
@@ -10178,7 +10178,7 @@ async def test_method_edit_with_all_params_overload_20(self, async_client: Async
10178
10178
"023e105f4ecef8ad9ca31a8372d0c353" ,
10179
10179
zone_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
10180
10180
data = {
10181
- "content " : "http://example.com/example.html" ,
10181
+ "target " : "http://example.com/example.html" ,
10182
10182
"weight" : 20 ,
10183
10183
},
10184
10184
name = "example.com" ,
0 commit comments