Skip to content

Commit a234acf

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 080a4b75 of spec repo
1 parent 30465ad commit a234acf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.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-02-27 14:00:44.283754",
8-
"spec_repo_commit": "240ec82d"
7+
"regenerated": "2025-02-27 16:59:08.287955",
8+
"spec_repo_commit": "080a4b75"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-27 14:00:44.299331",
13-
"spec_repo_commit": "240ec82d"
12+
"regenerated": "2025-02-27 16:59:08.303769",
13+
"spec_repo_commit": "080a4b75"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33637,13 +33637,16 @@ paths:
3363733637
appKeyAuth: []
3363833638
- AuthZ:
3363933639
- synthetics_global_variable_read
33640+
- AuthZ:
33641+
- apm_api_catalog_read
3364033642
summary: Get all global variables
3364133643
tags:
3364233644
- Synthetics
3364333645
x-permission:
3364433646
operator: OR
3364533647
permissions:
3364633648
- synthetics_global_variable_read
33649+
- apm_api_catalog_read
3364733650
post:
3364833651
description: Create a Synthetic global variable.
3364933652
operationId: CreateGlobalVariable

packages/datadog-api-client-v1/apis/SyntheticsApi.ts

Lines changed: 1 addition & 0 deletions
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)