From b0740bf09ee52a81da3c838dffdc597f4647e11b Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Mon, 16 Nov 2020 10:28:59 -0800 Subject: [PATCH] Address PR feedback --- content/influxdb/v2.0/reference/api/influxdb-1x/dbrp.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/influxdb/v2.0/reference/api/influxdb-1x/dbrp.md b/content/influxdb/v2.0/reference/api/influxdb-1x/dbrp.md index f579d6f33..647d3a92a 100644 --- a/content/influxdb/v2.0/reference/api/influxdb-1x/dbrp.md +++ b/content/influxdb/v2.0/reference/api/influxdb-1x/dbrp.md @@ -36,7 +36,7 @@ the default retention policy for the specified database. ### When writing data -When writing data to InfluxDB Cloud and InfluxDB OSS 2.0 using the +When writing data using the [`/write` compatibility endpoint](/influxdb/v2.0/reference/api/influxdb-1x/write/), the DBRP mapping service checks for a bucket mapped to the database and retention policy: @@ -48,11 +48,6 @@ the DBRP mapping service checks for a bucket mapped to the database and retentio database retention policy is used, a DBRP mapping is added to the bucket, and data is written to the bucket. -{{% note %}} -To automatically create new buckets, the authentication token used for the -write request must be an **All Access token**. -{{% /note %}} - ### When querying data When querying data from InfluxDB Cloud and InfluxDB OSS 2.0 using the