From af4b0cd9703fbeb9df11c2fe825daafef2f7ee0e Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 15 Dec 2023 09:26:08 -0600 Subject: [PATCH] Revert "chore: add note about partial write failures (#5275)" (#5279) This reverts commit 4416294c5cf2573d967676d0f593fda7cc384e23. --- api-docs/cloud-serverless/ref.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-docs/cloud-serverless/ref.yml b/api-docs/cloud-serverless/ref.yml index 2f575ee9c..d408ad857 100644 --- a/api-docs/cloud-serverless/ref.yml +++ b/api-docs/cloud-serverless/ref.yml @@ -14680,8 +14680,8 @@ tags: |  Code  | Status | Description | |:-----------:|:------------------------ |:--------------------- | | `200` | Success | | - | `201` | Created | Successfully created a resource. The response body may contain details. | - | `204` | No content | The request succeeded. For _writes_ that have [rejected points](/influxdb/cloud-serverless/write-data/troubleshoot/#troubleshoot-rejected-points), the [`/write` and `/api/v2/write` endpoints](#tag/Write) return a response body with error details. | + | `201` | Created | Successfully created a resource. The response body may contain details. | + | `204` | No content | The request succeeded, but InfluxDB doesn't typically return a response body for the operation. | | `400` | Bad request | InfluxDB can't parse the request due to an incorrect parameter or bad syntax. For _writes_, the error may indicate one of the following problems: | | `401` | Unauthorized | May indicate one of the following: | | `404` | Not found | Requested resource was not found. `message` in the response body provides details about the requested resource. |