Skip to content

Commit a930272

Browse files
committed
fix(ossv2): duplicated description
1 parent 1c193d8 commit a930272

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

api-docs/influxdb/v2/v2/ref.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12765,7 +12765,7 @@ paths:
1276512765
content:
1276612766
application/json:
1276712767
schema:
12768-
$ref: '#/components/schemas/Error'
12768+
$ref: '#/components/schemas/Error'
1276912769
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.
1277012770
'429':
1277112771
description: |
@@ -13216,14 +13216,6 @@ paths:
1321613216
$ref: '#/components/schemas/Error'
1321713217
/write:
1321813218
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-
1322713219
operationId: PostLegacyWrite
1322813220
parameters:
1322913221
- $ref: '#/components/parameters/TraceSpan'
@@ -13301,7 +13293,7 @@ paths:
1330113293
content:
1330213294
application/json:
1330313295
schema:
13304-
$ref: '#/components/schemas/Error'
13296+
$ref: '#/components/schemas/Error'
1330513297
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.
1330613298
'429':
1330713299
description: Token is temporarily over quota. The Retry-After header describes when to try the write again.
@@ -13327,7 +13319,11 @@ paths:
1332713319
description: Internal server error
1332813320
summary: Write data using a v1-compatible request
1332913321
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.
1333113327

1333213328
#### InfluxDB Cloud
1333313329

0 commit comments

Comments
 (0)