Merge branch '5949-add-api-reference-examples-to-influxdb3' of github.com:influxdata/docs-v2 into 5949-add-api-reference-examples-to-influxdb3

pull/6002/head
meelahme 2025-04-30 23:06:32 -07:00
commit 46a4d35ff0
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Before creating a distinct value cache, you must:
{{% code-placeholders "(DATABASE|TABLE|COLUMN|CACHE)_NAME" %}}
### Generix syntax
### Generic syntax
Use this as a template to adapt the command to your environment.
@ -121,7 +121,7 @@ influxdb3 create distinct_cache \
{{% /code-placeholders %}}
## Common pitfals
## Common pitfalls
- `--column` is not valid—must use `--columns`
- Tokens must be included explicitly unless set via `INFLUXDB3_AUTH_TOKEN`