From dd194c9d1e345c9caf6ce08f5446bfd9c805767c Mon Sep 17 00:00:00 2001 From: Russ Savage Date: Wed, 2 Jun 2021 10:26:48 -0700 Subject: [PATCH] fix: add datatype to appKey (#2641) --- .../v2.0/reference/flux/stdlib/contrib/bigpanda/endpoint.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/influxdb/v2.0/reference/flux/stdlib/contrib/bigpanda/endpoint.md b/content/influxdb/v2.0/reference/flux/stdlib/contrib/bigpanda/endpoint.md index c7499c0dc..ccf44b26a 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/contrib/bigpanda/endpoint.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/contrib/bigpanda/endpoint.md @@ -42,6 +42,8 @@ _**Data type:** String_ ({{< req >}}) BigPanda [App Key](https://docs.bigpanda.io/reference#integrating-monitoring-systems). +_**Data type:** String_ + ## Usage `bigpanda.endpoint` is a factory function that outputs another function. The output function requires a `mapFn` parameter.