Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5776/head
Scott Anderson 2025-01-16 14:01:04 -07:00 committed by GitHub
parent 307b50e5bc
commit d242c25e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -158,11 +158,11 @@ This means that individual write requests may not complete quickly, but you can
The database has three write API endpoints that respond to HTTP `POST` requests:
* `/write_lp?db=mydb,precision=ns`
* `/api/v2/write_lp?db=mydb,precision=ns`
* `/write?db=mydb,precision=ns`
* `/api/v2/write?db=mydb,precision=ns`
* `/api/v3/write_lp?db=mydb,precision=ns`
{{% product-name %}} provides the `/write_lp` and `/api/v2` endpoints for backward compatibility with clients that can write data to previous versions of InfluxDB.
{{% product-name %}} provides the `/write` and `/api/v2/write` endpoints for backward compatibility with clients that can write data to previous versions of InfluxDB.
However, these APIs differ from the APIs in the previous versions in the following ways:
- Tags in a table (measurement) are _immutable_

View File

@ -156,11 +156,11 @@ This means that individual write requests may not complete quickly, but you can
The database has three write API endpoints that respond to HTTP `POST` requests:
* `/write_lp?db=mydb,precision=ns`
* `/api/v2/write_lp?db=mydb,precision=ns`
* `/write?db=mydb,precision=ns`
* `/api/v2/write?db=mydb,precision=ns`
* `/api/v3/write_lp?db=mydb,precision=ns`
{{% product-name %}} provides the `/write_lp` and `/api/v2` endpoints for backward compatibility with clients that can write data to previous versions of InfluxDB.
{{% product-name %}} provides the `/write` and `/api/v2/write` endpoints for backward compatibility with clients that can write data to previous versions of InfluxDB.
However, these APIs differ from the APIs in the previous versions in the following ways:
- Tags in a table (measurement) are _immutable_