Skip to content

Commit 2efcbff

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0a8cf618 of spec repo
1 parent 0b8c0a5 commit 2efcbff

File tree

5 files changed

+776
-6
lines changed

5 files changed

+776
-6
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.6",
7-
"regenerated": "2025-06-05 09:52:23.666175",
8-
"spec_repo_commit": "faa72400"
7+
"regenerated": "2025-06-05 19:56:17.558105",
8+
"spec_repo_commit": "0a8cf618"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-05 09:52:32.886862",
13-
"spec_repo_commit": "faa72400"
12+
"regenerated": "2025-06-05 19:56:26.728707",
13+
"spec_repo_commit": "0a8cf618"
1414
}
1515
}
1616
}

content/en/api/v1/dashboards/widgets.json

Lines changed: 8 additions & 2 deletions
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3546,6 +3546,22 @@ components:
35463546
example:
35473547
focus: WORLD
35483548
properties:
3549+
custom_extent:
3550+
description: A custom extent of the map defined by an array of four numbers
3551+
in the order `[minLongitude, minLatitude, maxLongitude, maxLatitude]`.
3552+
example:
3553+
- -50
3554+
- -50
3555+
- 50
3556+
- 50
3557+
items:
3558+
description: The longitudinal or latitudinal coordinates of the bounding
3559+
box.
3560+
format: double
3561+
type: number
3562+
maxItems: 4
3563+
minItems: 4
3564+
type: array
35493565
focus:
35503566
description: The 2-letter ISO code of a country to focus the map on. Or
35513567
`WORLD`.

0 commit comments

Comments
 (0)