Skip to content

Commit eb4ebde

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f1ae7720 of spec repo
1 parent 078777c commit eb4ebde

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-25 11:39:38.389684",
8-
"spec_repo_commit": "5d86661b"
7+
"regenerated": "2025-06-25 12:45:32.015422",
8+
"spec_repo_commit": "f1ae7720"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-25 11:39:38.406037",
13-
"spec_repo_commit": "5d86661b"
12+
"regenerated": "2025-06-25 12:45:32.034356",
13+
"spec_repo_commit": "f1ae7720"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33843,13 +33843,16 @@ paths:
3384333843
appKeyAuth: []
3384433844
- AuthZ:
3384533845
- synthetics_global_variable_read
33846+
- AuthZ:
33847+
- apm_api_catalog_read
3384633848
summary: Get all global variables
3384733849
tags:
3384833850
- Synthetics
3384933851
x-permission:
3385033852
operator: OR
3385133853
permissions:
3385233854
- synthetics_global_variable_read
33855+
- apm_api_catalog_read
3385333856
post:
3385433857
description: Create a Synthetic global variable.
3385533858
operationId: CreateGlobalVariable

src/main/java/com/datadog/api/client/v1/api/SyntheticsApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,7 +3352,7 @@ public ApiResponse<SyntheticsListGlobalVariablesResponse> listGlobalVariablesWit
33523352
localVarHeaderParams,
33533353
new HashMap<String, String>(),
33543354
new String[] {"application/json"},
3355-
new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"});
3355+
new String[] {"AuthZ", "AuthZ", "apiKeyAuth", "appKeyAuth"});
33563356
return apiClient.invokeAPI(
33573357
"GET",
33583358
builder,
@@ -3389,7 +3389,7 @@ public ApiResponse<SyntheticsListGlobalVariablesResponse> listGlobalVariablesWit
33893389
localVarHeaderParams,
33903390
new HashMap<String, String>(),
33913391
new String[] {"application/json"},
3392-
new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"});
3392+
new String[] {"AuthZ", "AuthZ", "apiKeyAuth", "appKeyAuth"});
33933393
} catch (ApiException ex) {
33943394
CompletableFuture<ApiResponse<SyntheticsListGlobalVariablesResponse>> result =
33953395
new CompletableFuture<>();

0 commit comments

Comments
 (0)