Skip to content

Commit

Permalink
Merge branch 'fix/update-my-org-and-yourauthtoken' of https://github.…
Browse files Browse the repository at this point in the history
…com/influxdata/docs-v2 into fix/update-my-org-and-yourauthtoken
  • Loading branch information
Sunbrye Ly authored and Sunbrye Ly committed Mar 23, 2022
2 parents d322bc6 + 4dec839 commit f9b33f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ to create a new bucket. A bucket requires the following:

```sh
# Syntax
influx bucket create -n <BUCKET> -o <INFLUX_ORG> -r <RETENTION_PERIOD_DURATION>
influx bucket create -n <BUCKET_NAME> -o <INFLUX_ORG> -r <RETENTION_PERIOD_DURATION>

# Example
influx bucket create -n my-bucket -o my-org -r 72h
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb/v2.1/security/tokens/use-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Authenticate requests using the [`influx` CLI](/influxdb/v2.1/reference/cli/infl
### Add a token to a CLI request

```sh
influx write -t <INFLUX_TOKEN> -b <BUCKET> -o org-name <LINE_PROTOCOL>
influx write -t <INFLUX_TOKEN> -b <BUCKET_NAME> -o org-name <LINE_PROTOCOL>
```

```
Expand Down

0 comments on commit f9b33f7

Please sign in to comment.