From f3d6e5961171ff89894952f1e74b7351975efa2d Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 7 Jul 2025 23:20:31 -0500 Subject: [PATCH] fix: format --- .../cloud-dedicated/guides/api-compatibility/v1/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/cloud-dedicated/guides/api-compatibility/v1/_index.md b/content/influxdb3/cloud-dedicated/guides/api-compatibility/v1/_index.md index f860dfeee..5ba08c3a0 100644 --- a/content/influxdb3/cloud-dedicated/guides/api-compatibility/v1/_index.md +++ b/content/influxdb3/cloud-dedicated/guides/api-compatibility/v1/_index.md @@ -124,7 +124,7 @@ When authenticating requests, {{% product-name %}} checks that the `p` (_passwor ##### Syntax -```sh +```http https://{{< influxdb/host >}}/query/?[u=any]&p=DATABASE_TOKEN https://{{< influxdb/host >}}/write/?[u=any]&p=DATABASE_TOKEN ```