From 8cda7285ca7a5283d07d1b838fdcecbe46374a5b Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 16 Feb 2024 12:47:41 -0600 Subject: [PATCH] fix: be explicit about srvls write 201 (#5328) --- content/influxdb/cloud-serverless/write-data/troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/cloud-serverless/write-data/troubleshoot.md b/content/influxdb/cloud-serverless/write-data/troubleshoot.md index 64a67b731..d5d97cb6e 100644 --- a/content/influxdb/cloud-serverless/write-data/troubleshoot.md +++ b/content/influxdb/cloud-serverless/write-data/troubleshoot.md @@ -33,7 +33,7 @@ Learn how to avoid unexpected results and recover from errors when writing to {{ 2. If successful, attempts to [ingest data](/influxdb/cloud-serverless/reference/internals/durability/#data-ingest) from the request body; otherwise, responds with an [error status](#review-http-status-codes). 3. Ingests or rejects the entire batch and returns one of the following HTTP status codes: - - `204 No Content`: data is ingested and queryable + - `204 No Content`: some or all of the data is ingested and queryable - `400 Bad Request`: all data is rejected If points are rejected, the `204` or `400` response body contains error details about [rejected points](#troubleshoot-rejected-points), up to 100 points.