Skip to content

Commit 30f1ed0

Browse files
committed
fix(influxdb3): CLI links, create token parent, ignore cypress/downloads/*
1 parent 0fa1a1d commit 30f1ed0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ node_modules
1515
!telegraf-build/templates
1616
!telegraf-build/scripts
1717
!telegraf-build/README.md
18-
/cypress/downloads
18+
/cypress/downloads/*
1919
/cypress/screenshots/*
2020
/cypress/videos/*
2121
test-results.xml
@@ -25,4 +25,4 @@ test-results.xml
2525
.idea
2626
**/config.toml
2727
package-lock.json
28-
tmp
28+
tmp

content/influxdb3/enterprise/reference/cli/influxdb3/create/token/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >
44
The `influxdb3 create token` command creates an admin token or a scoped resource token for authenticating and authorizing actions in an {{% product-name %}} instance.
55
menu:
66
influxdb3_enterprise:
7-
parent: influxdb3
7+
parent: influxdb3 create
88
name: influxdb3 create token
99
weight: 300
1010
source: /shared/influxdb3-cli/create/token/_index.md

content/shared/influxdb3-write-guides/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Write requests return the following status codes:
4141
| :-------------------------------| :--------------------------------------------------------------- | :------------- |
4242
| `204 "Success"` | | If InfluxDB ingested the data |
4343
| `400 "Bad request"` | error details about rejected points, up to 100 points: `line` contains the first rejected line, `message` describes rejections | If some or all request data isn't allowed (for example, if it is malformed or falls outside of the bucket's retention period)--the response body indicates whether a partial write has occurred or if all data has been rejected |
44-
| `401 "Unauthorized"` | | If the `Authorization` header is missing or malformed or if the [token](/influxdb3/version/admin/tokens/) doesn't have [permission](/influxdb3/version/reference/cli/influxctl/token/create/#examples) to write to the database. See [examples using credentials](/influxdb3/version/write-data/client-libraries/) in write requests. |
44+
| `401 "Unauthorized"` | | If the `Authorization` header is missing or malformed or if the [token](/influxdb3/version/admin/tokens/) doesn't have permission to write to the database. See [write API examples](/influxdb3/enterprise/write-data/http-api/) using credentials. |
4545
| `404 "Not found"` | requested **resource type** (for example, "organization" or "database"), and **resource name** | If a requested resource (for example, organization or database) wasn't found |
4646
| `500 "Internal server error"` | | Default status for an error |
4747
| `503` "Service unavailable" | | If the server is temporarily unavailable to accept writes. The `Retry-After` header describes when to try the write again.

0 commit comments

Comments
 (0)