diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index cce10debd..37844f59c 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -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' diff --git a/api-docs/influxdb3/enterprise/v3/ref.yml b/api-docs/influxdb3/enterprise/v3/ref.yml index ba4c609e3..30d6dcac0 100644 --- a/api-docs/influxdb3/enterprise/v3/ref.yml +++ b/api-docs/influxdb3/enterprise/v3/ref.yml @@ -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' diff --git a/content/influxdb3/core/write-data/http-api/v3-write-lp.md b/content/influxdb3/core/write-data/http-api/v3-write-lp.md index fd7fa11c1..ae5fa9cda 100644 --- a/content/influxdb3/core/write-data/http-api/v3-write-lp.md +++ b/content/influxdb3/core/write-data/http-api/v3-write-lp.md @@ -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: diff --git a/content/influxdb3/enterprise/write-data/http-api/v3-write-lp.md b/content/influxdb3/enterprise/write-data/http-api/v3-write-lp.md index 1feec9880..3b34fc2a3 100644 --- a/content/influxdb3/enterprise/write-data/http-api/v3-write-lp.md +++ b/content/influxdb3/enterprise/write-data/http-api/v3-write-lp.md @@ -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: