From 5b193f8362a1f748fb9e86652aaf8409847ce720 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 30 Aug 2019 09:37:02 -0600 Subject: [PATCH] updated monitor.notify endpoint param example --- content/v2.0/reference/flux/functions/monitor/notify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/functions/monitor/notify.md b/content/v2.0/reference/flux/functions/monitor/notify.md index e596600fd..5f7dfec22 100644 --- a/content/v2.0/reference/flux/functions/monitor/notify.md +++ b/content/v2.0/reference/flux/functions/monitor/notify.md @@ -19,7 +19,7 @@ _**Function type:** Output_ import "influxdata/influxdb/monitor" monitor.notify( - endpoint: , + endpoint: endpoint, data: {} ) ```