File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 3 files changed +4
-14
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.2",
7
- "regenerated": "2022-02-16 16:21:26.296317 ",
8
- "spec_repo_commit": "6ac3121 "
7
+ "regenerated": "2022-02-16 16:45:33.526204 ",
8
+ "spec_repo_commit": "166e19c "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.2",
12
- "regenerated": "2022-02-16 16:21:26.321953 ",
13
- "spec_repo_commit": "6ac3121 "
12
+ "regenerated": "2022-02-16 16:45:33.543133 ",
13
+ "spec_repo_commit": "166e19c "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -8287,10 +8287,6 @@ paths:
8287
8287
schema :
8288
8288
$ref : ' #/components/schemas/APIErrorResponse'
8289
8289
description : Too Many Requests
8290
- security :
8291
- - apiKeyAuth : []
8292
- appKeyAuth : []
8293
- - AuthZ : []
8294
8290
summary : Configure tags for multiple metrics
8295
8291
tags :
8296
8292
- Metrics
@@ -8353,10 +8349,6 @@ paths:
8353
8349
schema :
8354
8350
$ref : ' #/components/schemas/APIErrorResponse'
8355
8351
description : Too Many Requests
8356
- security :
8357
- - apiKeyAuth : []
8358
- appKeyAuth : []
8359
- - AuthZ : []
8360
8352
summary : Configure tags for multiple metrics
8361
8353
tags :
8362
8354
- Metrics
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ export class MetricsApiRequestFactory extends BaseAPIRequestFactory {
60
60
61
61
// Apply auth methods
62
62
applySecurityAuthentication ( _config , requestContext , [
63
- "AuthZ" ,
64
63
"apiKeyAuth" ,
65
64
"appKeyAuth" ,
66
65
] ) ;
@@ -171,7 +170,6 @@ export class MetricsApiRequestFactory extends BaseAPIRequestFactory {
171
170
172
171
// Apply auth methods
173
172
applySecurityAuthentication ( _config , requestContext , [
174
- "AuthZ" ,
175
173
"apiKeyAuth" ,
176
174
"appKeyAuth" ,
177
175
] ) ;
You can’t perform that action at this time.
0 commit comments