fix(write_lp): Update titles with actual endpoint name, add related link in API ref.
parent
58398e9478
commit
be2c6ac503
|
|
@ -429,11 +429,15 @@ paths:
|
|||
Use this endpoint to send data in [line protocol](/influxdb3/core/reference/syntax/line-protocol/) format to InfluxDB.
|
||||
Use query parameters to specify options for writing data.
|
||||
|
||||
## Features
|
||||
#### Features
|
||||
|
||||
- **Partial writes**: Use `accept_partial=true` to allow partial success when some lines in a batch fail
|
||||
- **Asynchronous writes**: Use `no_sync=true` to skip waiting for WAL synchronization, allowing faster response times but sacrificing durability guarantees
|
||||
- **Flexible precision**: Automatic timestamp precision detection with `precision=auto` (default)
|
||||
|
||||
#### Related
|
||||
|
||||
- [Use the InfluxDB v3 write_lp API to write data](/influxdb3/core/write-data/http-api/v3-write-lp/)
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/dbWriteParam'
|
||||
- $ref: '#/components/parameters/accept_partial'
|
||||
|
|
|
|||
|
|
@ -429,11 +429,15 @@ paths:
|
|||
Use this endpoint to send data in [line protocol](/influxdb3/enterprise/reference/syntax/line-protocol/) format to InfluxDB.
|
||||
Use query parameters to specify options for writing data.
|
||||
|
||||
## Features
|
||||
#### Features
|
||||
|
||||
- **Partial writes**: Use `accept_partial=true` to allow partial success when some lines in a batch fail
|
||||
- **Asynchronous writes**: Use `no_sync=true` to skip waiting for WAL synchronization, allowing faster response times but sacrificing durability guarantees
|
||||
- **Flexible precision**: Automatic timestamp precision detection with `precision=auto` (default)
|
||||
|
||||
#### Related
|
||||
|
||||
- [Use the InfluxDB v3 write_lp API to write data](/influxdb3/enterprise/write-data/http-api/v3-write-lp/)
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/dbWriteParam'
|
||||
- $ref: '#/components/parameters/accept_partial'
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
title: Use the v3 write API to write data
|
||||
title: Use the v3 write_lp API to write data
|
||||
description: >
|
||||
Use the `/api/v3/write_lp` HTTP API endpoint to write data to {{% product-name %}}.
|
||||
menu:
|
||||
influxdb3_core:
|
||||
name: Use the v3 write API
|
||||
name: Use the v3 write_lp API
|
||||
parent: write-http-api
|
||||
weight: 201
|
||||
related:
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
title: Use the v3 write API to write data
|
||||
title: Use the v3 write_lp API to write data
|
||||
description: >
|
||||
Use the `/api/v3/write_lp` HTTP API endpoint to write data to {{% product-name %}}.
|
||||
menu:
|
||||
influxdb3_enterprise:
|
||||
name: Use the v3 write API
|
||||
name: Use the v3 write_lp API
|
||||
parent: write-http-api
|
||||
weight: 201
|
||||
related:
|
||||
|
|
|
|||
Loading…
Reference in New Issue