You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/geomap_widget_definition.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
classGeomapWidgetDefinition(ModelNormal):
30
30
validations= {
31
31
"requests": {
32
-
"max_items": 1,
32
+
"max_items": 2,
33
33
"min_items": 1,
34
34
},
35
35
}
@@ -87,8 +87,7 @@ def __init__(
87
87
:param custom_links: A list of custom links.
88
88
:type custom_links: [WidgetCustomLink], optional
89
89
90
-
:param requests: Array of one request object to display in the widget. The request must contain a ``group-by`` tag whose value is a country ISO code.
91
-
90
+
:param requests: Array of request objects to display in the widget. May include an optional request for the region layer and/or an optional request for the points layer. Region layer requests must contain a ``group-by`` tag whose value is a country ISO code.
92
91
See the `Request JSON schema documentation <https://docs.datadoghq.com/dashboards/graphing_json/request_json>`_
93
92
for information about building the ``REQUEST_SCHEMA``.
:param focus: The 2-letter ISO code of a country to focus the map on. Or ``WORLD``.
28
+
:param focus: The 2-letter ISO code of a country to focus the map on, or ``WORLD`` for global view, or a region ( ``EMEA`` , ``APAC`` , ``LATAM`` ), or a continent ( ``NORTH_AMERICA`` , ``SOUTH_AMERICA`` , ``EUROPE`` , ``AFRICA`` , ``ASIA`` , ``OCEANIA`` ).
0 commit comments