Skip to content

Commit ba18b1c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ac5e3fc2 of spec repo
1 parent a14c1ed commit ba18b1c

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-18 13:35:43.987919",
8-
"spec_repo_commit": "5e49afe1"
7+
"regenerated": "2025-06-18 20:00:44.319220",
8+
"spec_repo_commit": "ac5e3fc2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-18 13:35:53.415888",
13-
"spec_repo_commit": "5e49afe1"
12+
"regenerated": "2025-06-18 20:00:54.093393",
13+
"spec_repo_commit": "ac5e3fc2"
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+
- -30
3554+
- -40
3555+
- 40
3556+
- 30
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)