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
1 change: 0 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3865,7 +3865,6 @@ components:

points (group distributions use the roll-up modifier).'
format: int64
minimum: 1
type: integer
type: object
Host:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public HeatMapWidgetXAxis numBuckets(Long numBuckets) {

/**
* Number of time buckets to target, also known as the resolution of the time bins. This is only
* applicable for distribution of points (group distributions use the roll-up modifier). minimum:
* 1
* applicable for distribution of points (group distributions use the roll-up modifier).
*
* @return numBuckets
*/
Expand Down
Loading