Skip to content

Commit 90cca70

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 08386490 of spec repo
1 parent 2a3a7e2 commit 90cca70

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.apigentools-info

+4-4
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-01-28 14:57:27.800529",
8-
"spec_repo_commit": "f832f43e"
7+
"regenerated": "2025-01-28 16:08:24.993966",
8+
"spec_repo_commit": "08386490"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-28 14:57:27.815886",
13-
"spec_repo_commit": "f832f43e"
12+
"regenerated": "2025-01-28 16:08:25.009374",
13+
"spec_repo_commit": "08386490"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -33371,13 +33371,16 @@ paths:
3337133371
appKeyAuth: []
3337233372
- AuthZ:
3337333373
- synthetics_global_variable_read
33374+
- AuthZ:
33375+
- apm_api_catalog_read
3337433376
summary: Get all global variables
3337533377
tags:
3337633378
- Synthetics
3337733379
x-permission:
3337833380
operator: OR
3337933381
permissions:
3338033382
- synthetics_global_variable_read
33383+
- apm_api_catalog_read
3338133384
post:
3338233385
description: Create a Synthetic global variable.
3338333386
operationId: CreateGlobalVariable

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

+2-2
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)