feat: update owner description

pull/4412/head
Sunbrye Ly 2022-09-01 18:40:20 -07:00
parent 9bc6cbb042
commit dbb8ff90a8
1 changed files with 4 additions and 3 deletions

View File

@ -317,7 +317,7 @@ Metrics gathered at irregular time intervals.
### explicit block ### 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 "} Block = "{" StatementList "}
@ -704,14 +704,15 @@ Learn about the [option assignment](/{{< latest "flux" >}}/spec/assignment-scope
A workspace for a group of users. A workspace for a group of users.
All dashboards, tasks, buckets, members, and so on, belong to an organization. All dashboards, tasks, buckets, members, and so on, belong to an organization.
{{% oss-only %}}
### owner ### owner
A type of role for a user. A type of role for a user.
Owners have read/write permissions. Owners have read/write permissions.
Users can have owner roles for bucket and organization resources. 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 ### output plugin