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