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-01-28 14:57:26.078176 ",
8
- "spec_repo_commit": "f832f43e "
7
+ "regenerated": "2025-01-28 16:08:25.031054 ",
8
+ "spec_repo_commit": "08386490 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-01-28 14:57:26.093845 ",
13
- "spec_repo_commit": "f832f43e "
12
+ "regenerated": "2025-01-28 16:08:25.047453 ",
13
+ "spec_repo_commit": "08386490 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -33371,13 +33371,16 @@ paths:
33371
33371
appKeyAuth: []
33372
33372
- AuthZ:
33373
33373
- synthetics_global_variable_read
33374
+ - AuthZ:
33375
+ - apm_api_catalog_read
33374
33376
summary: Get all global variables
33375
33377
tags:
33376
33378
- Synthetics
33377
33379
x-permission:
33378
33380
operator: OR
33379
33381
permissions:
33380
33382
- synthetics_global_variable_read
33383
+ - apm_api_catalog_read
33381
33384
post:
33382
33385
description: Create a Synthetic global variable.
33383
33386
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