Skip to content

Commit 7fa3879

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 166e19c of spec repo (#527)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 04d62ba commit 7fa3879

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8287,10 +8287,6 @@ paths:
82878287
schema:
82888288
$ref: '#/components/schemas/APIErrorResponse'
82898289
description: Too Many Requests
8290-
security:
8291-
- apiKeyAuth: []
8292-
appKeyAuth: []
8293-
- AuthZ: []
82948290
summary: Configure tags for multiple metrics
82958291
tags:
82968292
- Metrics
@@ -8353,10 +8349,6 @@ paths:
83538349
schema:
83548350
$ref: '#/components/schemas/APIErrorResponse'
83558351
description: Too Many Requests
8356-
security:
8357-
- apiKeyAuth: []
8358-
appKeyAuth: []
8359-
- AuthZ: []
83608352
summary: Configure tags for multiple metrics
83618353
tags:
83628354
- Metrics

packages/datadog-api-client-v2/apis/MetricsApi.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export class MetricsApiRequestFactory extends BaseAPIRequestFactory {
6060

6161
// Apply auth methods
6262
applySecurityAuthentication(_config, requestContext, [
63-
"AuthZ",
6463
"apiKeyAuth",
6564
"appKeyAuth",
6665
]);
@@ -171,7 +170,6 @@ export class MetricsApiRequestFactory extends BaseAPIRequestFactory {
171170

172171
// Apply auth methods
173172
applySecurityAuthentication(_config, requestContext, [
174-
"AuthZ",
175173
"apiKeyAuth",
176174
"appKeyAuth",
177175
]);

0 commit comments

Comments
 (0)