Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "b737cc4",
"generated": "2025-07-28 13:12:45.774"
"spec_repo_commit": "0fe80dc",
"generated": "2025-07-28 18:49:36.074"
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55082,7 +55082,8 @@ paths:
schema:
format: int64
type: integer
- description: Comma-separated list of fields to group connections by.
- description: Comma-separated list of fields to group connections by. The maximum
number of group_by(s) is 10.
in: query
name: group_by
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public GetAggregatedConnectionsOptionalParameters to(Long to) {
/**
* Set groupBy.
*
* @param groupBy Comma-separated list of fields to group connections by. (optional)
* @param groupBy Comma-separated list of fields to group connections by. The maximum number of
* group_by(s) is 10. (optional)
* @return GetAggregatedConnectionsOptionalParameters
*/
public GetAggregatedConnectionsOptionalParameters groupBy(String groupBy) {
Expand Down