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-04-10 11:41:52.470601 ",
8
- "spec_repo_commit": "7f98e0a9 "
7
+ "regenerated": "2025-04-10 14:42:05.870663 ",
8
+ "spec_repo_commit": "21e93578 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-04-10 11:41:52.486222 ",
13
- "spec_repo_commit": "7f98e0a9 "
12
+ "regenerated": "2025-04-10 14:42:05.887011 ",
13
+ "spec_repo_commit": "21e93578 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -33760,13 +33760,16 @@ paths:
33760
33760
appKeyAuth: []
33761
33761
- AuthZ:
33762
33762
- synthetics_global_variable_read
33763
+ - AuthZ:
33764
+ - apm_api_catalog_read
33763
33765
summary: Get all global variables
33764
33766
tags:
33765
33767
- Synthetics
33766
33768
x-permission:
33767
33769
operator: OR
33768
33770
permissions:
33769
33771
- synthetics_global_variable_read
33772
+ - apm_api_catalog_read
33770
33773
post:
33771
33774
description: Create a Synthetic global variable.
33772
33775
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