From f349f3fa044f9e733344aa980c617ac27f7a9b81 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 8 Jul 2025 00:27:35 -0500 Subject: [PATCH] fix: codeblock format --- .../influxdb3/clustered/guides/api-compatibility/v1/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/clustered/guides/api-compatibility/v1/_index.md b/content/influxdb3/clustered/guides/api-compatibility/v1/_index.md index 3b273697d..1519d5e68 100644 --- a/content/influxdb3/clustered/guides/api-compatibility/v1/_index.md +++ b/content/influxdb3/clustered/guides/api-compatibility/v1/_index.md @@ -122,7 +122,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 ```