Skip to content

Commit a3e3999

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 67742c8 of spec repo (#485)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4017deb commit a3e3999

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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.4.1.dev8",
7-
"regenerated": "2021-06-15 11:56:42.149205",
8-
"spec_repo_commit": "92478ee"
7+
"regenerated": "2021-06-15 15:14:12.181761",
8+
"spec_repo_commit": "67742c8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-15 11:57:08.179104",
13-
"spec_repo_commit": "92478ee"
12+
"regenerated": "2021-06-15 15:14:36.077096",
13+
"spec_repo_commit": "67742c8"
1414
}
1515
}
1616
}

src/datadog_api_client/v1/openapi.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7123,7 +7123,14 @@ components:
71237123

71247124
If a metric query only has one unit object, the second array element
71257125
is null.'
7126-
example: '[{"family":"bytes","scale_factor":1.0,"name":"byte","short_name":"B","plural":"bytes","id":2},null]'
7126+
example:
7127+
- family: bytes
7128+
id: 2
7129+
name: byte
7130+
plural: bytes
7131+
scale_factor: 1.0
7132+
short_name: B
7133+
- null
71277134
items:
71287135
$ref: '#/components/schemas/SLOHistoryMetricsSeriesMetadataUnit'
71297136
nullable: true

0 commit comments

Comments
 (0)