Skip to content

Commit 018bcef

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6e416ef5 of spec repo
1 parent 782e9b7 commit 018bcef

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Diff for: .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-02-11 09:59:40.774900",
8-
"spec_repo_commit": "b980d49f"
7+
"regenerated": "2025-02-12 10:11:21.304841",
8+
"spec_repo_commit": "6e416ef5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-11 09:59:40.793035",
13-
"spec_repo_commit": "b980d49f"
12+
"regenerated": "2025-02-12 10:11:21.320875",
13+
"spec_repo_commit": "6e416ef5"
1414
}
1515
}
1616
}

Diff for: .generator/schemas/v1/openapi.yaml

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

Diff for: packages/datadog-api-client-v1/apis/SyntheticsApi.ts

+1
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ export class SyntheticsApiRequestFactory extends BaseAPIRequestFactory {
939939

940940
// Apply auth methods
941941
applySecurityAuthentication(_config, requestContext, [
942+
"AuthZ",
942943
"AuthZ",
943944
"apiKeyAuth",
944945
"appKeyAuth",

0 commit comments

Comments
 (0)