summaryrefslogtreecommitdiffstats
path: root/web/netdata-swagger.yaml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-27 12:07:38 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-27 12:07:38 +0200
commit21d10026b89c7e0044325b4bc7294c24ec034556 (patch)
treee035cb0dfadc34ddcbfaf114afe94e3ca8afe574 /web/netdata-swagger.yaml
parent4ac431fedbbdbf0ed05d20182a84aa58c33c63ca (diff)
gpoints to gtime
Diffstat (limited to 'web/netdata-swagger.yaml')
-rw-r--r--web/netdata-swagger.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/netdata-swagger.yaml b/web/netdata-swagger.yaml
index e047bed63f..dd87c230f8 100644
--- a/web/netdata-swagger.yaml
+++ b/web/netdata-swagger.yaml
@@ -95,9 +95,9 @@ paths:
enum: [ 'min', 'max', 'average', 'sum', 'incremental-sum' ]
default: 'average'
allowEmptyValue: false
- - name: gpoints
+ - name: gtime
in: query
- description: 'The grouping number of points. This is used in conjunction with group=average to change the units of metrics (ie when the data is per-second, setting gpoints=60 will turn them to per-minute).'
+ description: 'The grouping number of seconds. This is used in conjunction with group=average to change the units of metrics (ie when the data is per-second, setting gtime=60 will turn them to per-minute).'
required: false
type: number
format: integer