Skip to content

Commit 57eb8c6

Browse files
refactor(write-api): Use proper product terms for Dedicated
Co-authored-by: Scott Anderson <[email protected]>
1 parent 749c59b commit 57eb8c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-docs/cloud-dedicated/v2/ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ paths:
707707
description: |
708708
Unprocessable Entity.
709709
710-
The request contained data outside the bucket's retention window, causing InfluxDB to reject the batch and write no data.
710+
The request contained data outside the database’s retention period. InfluxDB rejected the batch and wrote no data.
711711
712712
The response body contains details about the [rejected points](/influxdb/cloud-dedicated/write-data/troubleshoot/#troubleshoot-rejected-points).
713713
'429':

api-docs/cloud-serverless/v2/ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7709,7 +7709,7 @@ paths:
77097709
description: |
77107710
Unprocessable Entity.
77117711
7712-
The request contained data outside the bucket's retention window, causing InfluxDB to reject the batch and write no data.
7712+
The request contained data outside the bucket's retention period. InfluxDB rejected the batch and wrote no data.
77137713
77147714
The response body contains details about the [rejected points](/influxdb/cloud-serverless/write-data/troubleshoot/#troubleshoot-rejected-points).
77157715
'429':

content/influxdb/cloud-dedicated/write-data/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The `message` property of the response body may contain additional details about
5656
| `400 "Bad request"` | error details about rejected points, up to 100 points: `line` contains the first rejected line, `message` describes rejections line | If request data is malformed |
5757
| `401 "Unauthorized"` | | If the `Authorization` header is missing or malformed or if the [token](/influxdb/cloud-dedicated/admin/tokens/) doesn't have [permission](/influxdb/cloud-dedicated/reference/cli/influxctl/token/create/#examples) to write to the database. See [examples using credentials](/influxdb/cloud-dedicated/get-started/write/#write-line-protocol-to-influxdb) in write requests. |
5858
| `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 |
59-
| `422 "Unprocessable Entity"` | `message` contains details about the error | If the data isn't allowed (for example, falls outside of the bucket's retention period).
59+
| `422 "Unprocessable Entity"` | `message` contains details about the error | If the data isn't allowed (for example, falls outside of the database’s retention period).
6060
| `500 "Internal server error"` | | Default status for an error |
6161
| `503 "Service unavailable"` | | If the server is temporarily unavailable to accept writes. The `Retry-After` header contains the number of seconds to wait before trying the write again.
6262

0 commit comments

Comments
 (0)