You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-docs/influxdb/v2/v2/ref.yml
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12765,7 +12765,7 @@ paths:
12765
12765
content:
12766
12766
application/json:
12767
12767
schema:
12768
-
$ref: '#/components/schemas/Error'
12768
+
$ref: '#/components/schemas/Error'
12769
12769
description: The request was well-formed, but some or all the points were rejected due to semantic errors--for example, schema conflicts or retention policy violations. Error message contains details for one or more rejected points.
12770
12770
'429':
12771
12771
description: |
@@ -13216,14 +13216,6 @@ paths:
13216
13216
$ref: '#/components/schemas/Error'
13217
13217
/write:
13218
13218
post:
13219
-
description: |-
13220
-
Writes line protocol to the specified bucket.
13221
-
13222
-
This endpoint provides backward compatibility for InfluxDB 1.x write workloads using tools such as InfluxDB 1.x client libraries, the Telegraf `outputs.influxdb` output plugin, or third-party tools.
13223
-
13224
-
Use this endpoint to send data in [line protocol](https://docs.influxdata.com/influxdb/v2/reference/syntax/line-protocol/) format to InfluxDB.
13225
-
Use query parameters to specify options for writing data.
13226
-
13227
13219
operationId: PostLegacyWrite
13228
13220
parameters:
13229
13221
- $ref: '#/components/parameters/TraceSpan'
@@ -13301,7 +13293,7 @@ paths:
13301
13293
content:
13302
13294
application/json:
13303
13295
schema:
13304
-
$ref: '#/components/schemas/Error'
13296
+
$ref: '#/components/schemas/Error'
13305
13297
description: The request was well-formed, but some or all the points were rejected due to semantic errors--for example, schema conflicts or retention policy violations. Error message contains details for one or more rejected points.
13306
13298
'429':
13307
13299
description: Token is temporarily over quota. The Retry-After header describes when to try the write again.
@@ -13327,7 +13319,11 @@ paths:
13327
13319
description: Internal server error
13328
13320
summary: Write data using a v1-compatible request
13329
13321
description: |
13330
-
Writes data in line protocol syntax to the specified bucket using a v1-compatible request.
13322
+
Writes data in [line protocol](/influxdb/v2/reference/syntax/line-protocol/) syntax to the specified bucket using a v1-compatible request.
13323
+
13324
+
This endpoint provides backward compatibility for InfluxDB 1.x write workloads using tools such as InfluxDB 1.x client libraries, the Telegraf `outputs.influxdb` output plugin, or third-party tools.
13325
+
13326
+
Use query parameters to specify options for writing data.
0 commit comments