From dbb8ff90a8992758f8e611bcd588e237ea157dc8 Mon Sep 17 00:00:00 2001 From: Sunbrye Ly Date: Thu, 1 Sep 2022 18:40:20 -0700 Subject: [PATCH] feat: update owner description --- content/influxdb/v2.4/reference/glossary.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/influxdb/v2.4/reference/glossary.md b/content/influxdb/v2.4/reference/glossary.md index 871fb804a..3e0dc6baf 100644 --- a/content/influxdb/v2.4/reference/glossary.md +++ b/content/influxdb/v2.4/reference/glossary.md @@ -317,7 +317,7 @@ Metrics gathered at irregular time intervals. ### explicit block -In Flux, a an explicit block is a possibly empty sequence of statements within matching braces (`{ }`) that is defined in the source code, for example: +In Flux, an explicit block is a possibly empty sequence of statements within matching braces (`{ }`) that is defined in the source code, for example: ``` Block = "{" StatementList "} @@ -704,14 +704,15 @@ Learn about the [option assignment](/{{< latest "flux" >}}/spec/assignment-scope A workspace for a group of users. All dashboards, tasks, buckets, members, and so on, belong to an organization. -{{% oss-only %}} + ### owner A type of role for a user. Owners have read/write permissions. Users can have owner roles for bucket and organization resources. -{{% /oss-only %}} +Role permissions are separate from API token permissions. For additional +information on API tokens, see [token](#tokens). ### output plugin