Skip to content

Commit 0fb5c2c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7342b0d of spec repo
1 parent 53c23e2 commit 0fb5c2c

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "d93d991",
3-
"generated": "2025-07-15 09:33:00.867"
2+
"spec_repo_commit": "7342b0d",
3+
"generated": "2025-07-15 16:18:42.276"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34316,13 +34316,16 @@ paths:
3431634316
appKeyAuth: []
3431734317
- AuthZ:
3431834318
- synthetics_global_variable_read
34319+
- AuthZ:
34320+
- apm_api_catalog_read
3431934321
summary: Get all global variables
3432034322
tags:
3432134323
- Synthetics
3432234324
x-permission:
3432334325
operator: OR
3432434326
permissions:
3432534327
- synthetics_global_variable_read
34328+
- apm_api_catalog_read
3432634329
post:
3432734330
description: Create a Synthetic global variable.
3432834331
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)