diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 0333c3a86..196e4fbb6 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -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_ diff --git a/content/shared/v3-enterprise-get-started/_index.md b/content/shared/v3-enterprise-get-started/_index.md index 6b98c2a8d..6a5d6bb01 100644 --- a/content/shared/v3-enterprise-get-started/_index.md +++ b/content/shared/v3-enterprise-get-started/_index.md @@ -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_