docs: correct description of status codes (#5587)
* docs: correct description of status codes * Update api-docs/cloud-dedicated/v2/ref.yml Co-authored-by: Fraser Savage <fraser@savage.engineer> * Update api-docs/cloud-dedicated/v2/ref.yml Co-authored-by: Fraser Savage <fraser@savage.engineer> * Apply suggestions from code review Co-authored-by: Fraser Savage <fraser@savage.engineer> --------- Co-authored-by: Fraser Savage <fraser@savage.engineer> Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/5586/head^2
parent
5f0b166e1f
commit
bae9b0e1b0
|
@ -229,9 +229,8 @@ paths:
|
|||
2. If successful, attempts to [ingest data](/influxdb/cloud-dedicated/reference/internals/durability/#data-ingest) from the request body; otherwise, responds with an [error status](/influxdb/cloud-dedicated/write-data/troubleshoot/#review-http-status-codes).
|
||||
3. Ingests or rejects data in the batch and returns one of the following HTTP status codes:
|
||||
|
||||
- `204 No Content`: all data in the batch is ingested
|
||||
- `201 Created` (_If the cluster is configured to allow **partial writes**_): some points in the batch are ingested and queryable, and some points are rejected
|
||||
- `400 Bad Request`: all data is rejected
|
||||
- `204 No Content`: All data in the batch is ingested.
|
||||
- `400 Bad Request`: Some (_when **partial writes** are configured for the cluster_) or all of the data has been rejected. Data that has not been rejected is ingested and queryable.
|
||||
|
||||
The response body contains error details about [rejected points](/influxdb/cloud-dedicated/write-data/troubleshoot/#troubleshoot-rejected-points), up to 100 points.
|
||||
|
||||
|
|
|
@ -7491,9 +7491,8 @@ paths:
|
|||
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](/influxdb/cloud-serverless/write-data/troubleshoot/#review-http-status-codes).
|
||||
3. Ingests or rejects data in the batch and returns one of the following HTTP status codes:
|
||||
|
||||
- `204 No Content`: all data in the batch is ingested
|
||||
- `201 Created`: some points in the batch are ingested and queryable, and some points are rejected
|
||||
- `400 Bad Request`: all data is rejected
|
||||
- `204 No Content`: All data in the batch is ingested.
|
||||
- `400 Bad Request`: Data from the batch was rejected and not written. The response body indicates if a partial write occurred.
|
||||
|
||||
The response body contains error details about [rejected points](/influxdb/cloud-serverless/write-data/troubleshoot/#troubleshoot-rejected-points), up to 100 points.
|
||||
|
||||
|
|
Loading…
Reference in New Issue