@@ -401,7 +401,7 @@ impl SyntheticsAPI {
401
401
/// Create a Synthetic global variable.
402
402
pub async fn create_global_variable (
403
403
& self ,
404
- body : crate :: datadogV1:: model:: SyntheticsGlobalVariable ,
404
+ body : crate :: datadogV1:: model:: SyntheticsGlobalVariableRequest ,
405
405
) -> Result <
406
406
crate :: datadogV1:: model:: SyntheticsGlobalVariable ,
407
407
datadog:: Error < CreateGlobalVariableError > ,
@@ -423,7 +423,7 @@ impl SyntheticsAPI {
423
423
/// Create a Synthetic global variable.
424
424
pub async fn create_global_variable_with_http_info (
425
425
& self ,
426
- body : crate :: datadogV1:: model:: SyntheticsGlobalVariable ,
426
+ body : crate :: datadogV1:: model:: SyntheticsGlobalVariableRequest ,
427
427
) -> Result <
428
428
datadog:: ResponseContent < crate :: datadogV1:: model:: SyntheticsGlobalVariable > ,
429
429
datadog:: Error < CreateGlobalVariableError > ,
@@ -1358,7 +1358,7 @@ impl SyntheticsAPI {
1358
1358
pub async fn edit_global_variable (
1359
1359
& self ,
1360
1360
variable_id : String ,
1361
- body : crate :: datadogV1:: model:: SyntheticsGlobalVariable ,
1361
+ body : crate :: datadogV1:: model:: SyntheticsGlobalVariableRequest ,
1362
1362
) -> Result <
1363
1363
crate :: datadogV1:: model:: SyntheticsGlobalVariable ,
1364
1364
datadog:: Error < EditGlobalVariableError > ,
@@ -1384,7 +1384,7 @@ impl SyntheticsAPI {
1384
1384
pub async fn edit_global_variable_with_http_info (
1385
1385
& self ,
1386
1386
variable_id : String ,
1387
- body : crate :: datadogV1:: model:: SyntheticsGlobalVariable ,
1387
+ body : crate :: datadogV1:: model:: SyntheticsGlobalVariableRequest ,
1388
1388
) -> Result <
1389
1389
datadog:: ResponseContent < crate :: datadogV1:: model:: SyntheticsGlobalVariable > ,
1390
1390
datadog:: Error < EditGlobalVariableError > ,
0 commit comments