File tree 3 files changed +8
-4
lines changed
packages/datadog-api-client-v1/apis 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -33637,13 +33637,16 @@ paths:
33637
33637
appKeyAuth: []
33638
33638
- AuthZ:
33639
33639
- synthetics_global_variable_read
33640
+ - AuthZ:
33641
+ - apm_api_catalog_read
33640
33642
summary: Get all global variables
33641
33643
tags:
33642
33644
- Synthetics
33643
33645
x-permission:
33644
33646
operator: OR
33645
33647
permissions:
33646
33648
- synthetics_global_variable_read
33649
+ - apm_api_catalog_read
33647
33650
post:
33648
33651
description: Create a Synthetic global variable.
33649
33652
operationId: CreateGlobalVariable
Original file line number Diff line number Diff line change @@ -939,6 +939,7 @@ export class SyntheticsApiRequestFactory extends BaseAPIRequestFactory {
939
939
940
940
// Apply auth methods
941
941
applySecurityAuthentication ( _config , requestContext , [
942
+ "AuthZ" ,
942
943
"AuthZ" ,
943
944
"apiKeyAuth" ,
944
945
"appKeyAuth" ,
You can’t perform that action at this time.
0 commit comments