From d00fcfc2464205fecc5729c7e854d85362ed0a66 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Wed, 7 Oct 2020 12:57:23 -0700 Subject: [PATCH] added org and org ID options --- content/influxdb/v2.0/query-data/influxql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/v2.0/query-data/influxql.md b/content/influxdb/v2.0/query-data/influxql.md index c64a621da..d1abe2e46 100644 --- a/content/influxdb/v2.0/query-data/influxql.md +++ b/content/influxdb/v2.0/query-data/influxql.md @@ -33,7 +33,7 @@ If you're not sure how data was written into a bucket, we recommend verifying th Verify the buckets that you want to query are mapped to a database and retention policy using the [`GET /dbrps` API request](/influxdb/v2.0/api/#operation/GetDBRPs) (see CURL example below). **Include the following in your request**: -- `organization_id`(**required**). If this is the only parameter included in the request, a list of all database retention policy mappings for the specified organization is returned. +- `organization` or `organization_id`(**required**). If this is the only parameter included in the request, a list of all database retention policy mappings for the specified organization is returned. - To find a specific bucket (`bucket_id`), database (`database`), retention policy (`retention_policy`), or mapping ID (`id`), include the parameter in your request. ```sh