Skip to content

Commit a3a136b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2b108eef of spec repo
1 parent 5256da8 commit a3a136b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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": "2024-08-19 19:42:32.224891",
8-
"spec_repo_commit": "e0cd2a66"
7+
"regenerated": "2024-08-20 08:33:14.966831",
8+
"spec_repo_commit": "2b108eef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-19 19:42:32.242391",
13-
"spec_repo_commit": "e0cd2a66"
12+
"regenerated": "2024-08-20 08:33:14.983779",
13+
"spec_repo_commit": "2b108eef"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4730,11 +4730,11 @@ components:
47304730
$ref: '#/components/schemas/WidgetEventSize'
47314731
group_by:
47324732
description: Group by configuration for the List Stream Widget. Group by
4733-
can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream
4733+
can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream
47344734
(one group by item is required) list stream source.
47354735
items:
47364736
$ref: '#/components/schemas/ListStreamGroupByItems'
4737-
maxItems: 3
4737+
maxItems: 4
47384738
type: array
47394739
indexes:
47404740
description: List of indexes.

src/datadog_api_client/v1/model/list_stream_query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ListStreamQuery(ModelNormal):
2828
"min_items": 1,
2929
},
3030
"group_by": {
31-
"max_items": 3,
31+
"max_items": 4,
3232
},
3333
}
3434

@@ -86,7 +86,7 @@ def __init__(
8686
:param event_size: Size to use to display an event.
8787
:type event_size: WidgetEventSize, optional
8888
89-
:param group_by: Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream (one group by item is required) list stream source.
89+
:param group_by: Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream (one group by item is required) list stream source.
9090
:type group_by: [ListStreamGroupByItems], optional
9191
9292
:param indexes: List of indexes.

0 commit comments

Comments
 (0)