File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "spec_repo_commit": "b737cc4 ",
3- "generated": "2025-07-28 13:12:45.774 "
2+ "spec_repo_commit": "0fe80dc ",
3+ "generated": "2025-07-28 18:49:36.074 "
44}
Original file line number Diff line number Diff line change @@ -55082,7 +55082,8 @@ paths:
5508255082 schema:
5508355083 format: int64
5508455084 type: integer
55085- - description: Comma-separated list of fields to group connections by.
55085+ - description: Comma-separated list of fields to group connections by. The maximum
55086+ number of group_by(s) is 10.
5508655087 in: query
5508755088 name: group_by
5508855089 schema:
Original file line number Diff line number Diff line change @@ -83,7 +83,8 @@ public GetAggregatedConnectionsOptionalParameters to(Long to) {
8383 /**
8484 * Set groupBy.
8585 *
86- * @param groupBy Comma-separated list of fields to group connections by. (optional)
86+ * @param groupBy Comma-separated list of fields to group connections by. The maximum number of
87+ * group_by(s) is 10. (optional)
8788 * @return GetAggregatedConnectionsOptionalParameters
8889 */
8990 public GetAggregatedConnectionsOptionalParameters groupBy (String groupBy ) {
You can’t perform that action at this time.
0 commit comments