updated monitor.notify endpoint param example

pull/422/head
Scott Anderson 2019-08-30 09:37:02 -06:00
parent 6ea36fe096
commit 5b193f8362
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ _**Function type:** Output_
import "influxdata/influxdb/monitor"
monitor.notify(
endpoint: ,
endpoint: endpoint,
data: {}
)
```