File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
packages/datadog-api-client-v1/apis Expand file tree Collapse file tree 4 files changed +12
-8
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": "2023-11-21 20:40:57.853972 ",
8
- "spec_repo_commit": "be350e98 "
7
+ "regenerated": "2023-11-21 21:47:43.216521 ",
8
+ "spec_repo_commit": "891a7c39 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-11-21 20:40:57.869056 ",
13
- "spec_repo_commit": "be350e98 "
12
+ "regenerated": "2023-11-21 21:47:43.238381 ",
13
+ "spec_repo_commit": "891a7c39 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -30113,6 +30113,11 @@ paths:
30113
30113
- Test can''t be found'
30114
30114
'429':
30115
30115
$ref: '#/components/responses/TooManyRequestsResponse'
30116
+ security:
30117
+ - apiKeyAuth: []
30118
+ appKeyAuth: []
30119
+ - AuthZ:
30120
+ - synthetics_write
30116
30121
summary: Patch a Synthetic test
30117
30122
tags:
30118
30123
- Synthetics
Original file line number Diff line number Diff line change @@ -21272,8 +21272,7 @@ paths:
21272
21272
security:
21273
21273
- apiKeyAuth: []
21274
21274
appKeyAuth: []
21275
- - AuthZ:
21276
- - usage_read
21275
+ - AuthZ: []
21277
21276
summary: Get active billing dimensions for cost attribution
21278
21277
tags:
21279
21278
- Usage Metering
@@ -21394,8 +21393,7 @@ paths:
21394
21393
security:
21395
21394
- apiKeyAuth: []
21396
21395
appKeyAuth: []
21397
- - AuthZ:
21398
- - usage_read
21396
+ - AuthZ: []
21399
21397
summary: Get Monthly Cost Attribution
21400
21398
tags:
21401
21399
- Usage Metering
Original file line number Diff line number Diff line change @@ -928,6 +928,7 @@ export class SyntheticsApiRequestFactory extends BaseAPIRequestFactory {
928
928
929
929
// Apply auth methods
930
930
applySecurityAuthentication ( _config , requestContext , [
931
+ "AuthZ" ,
931
932
"apiKeyAuth" ,
932
933
"appKeyAuth" ,
933
934
] ) ;
You can’t perform that action at this time.
0 commit comments