Skip to content

Commit 83373bc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d816a556 of spec repo
1 parent 0cfe244 commit 83373bc

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-05-27 17:14:33.143991",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-05-30 18:09:20.084882",
8+
"spec_repo_commit": "d816a556"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:14:42.359123",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-05-30 18:09:29.340280",
13+
"spec_repo_commit": "d816a556"
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 the lower left and upper
3551+
right corners.
3552+
example:
3553+
- -50
3554+
- -50
3555+
- 50
3556+
- 50
3557+
items:
3558+
description: The longitudinal and 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)