Skip to content

Commit 11b53b3

Browse files
committed
fix(serverless): placeholder
1 parent f3d6e59 commit 11b53b3

File tree

1 file changed

+4
-2
lines changed
  • content/influxdb3/cloud-serverless/guides/api-compatibility/v1

1 file changed

+4
-2
lines changed

content/influxdb3/cloud-serverless/guides/api-compatibility/v1/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ related:
1717
- /influxdb3/cloud-serverless/write-data/api/v1-http/
1818
- /influxdb3/cloud-serverless/reference/api/
1919
list_code_example: |
20+
<!-- pytest.mark.skip -->
2021
```sh
2122
curl "https://{{< influxdb/host >}}/query" \
2223
--user "":"API_TOKEN" \
@@ -88,7 +89,7 @@ Encode the `[USERNAME]:DATABASE_TOKEN` credential using base64 encoding, and the
8889

8990
The following example shows how to use cURL with the `Basic` authentication scheme and a [token](/influxdb3/cloud-serverless/admin/tokens/):
9091

91-
{{% code-placeholders "BUCKET_NAME|API_TOKEN|RETENTION_POLICY" %}}
92+
{{% code-placeholders "DATABASE_NAME|API_TOKEN|RETENTION_POLICY" %}}
9293
```sh
9394
#######################################
9495
# Use Basic authentication with a database token
@@ -101,6 +102,7 @@ curl "https://{{< influxdb/host >}}/query" \
101102
--data-urlencode "rp=RETENTION_POLICY" \
102103
--data-urlencode "q=SELECT * FROM MEASUREMENT"
103104
```
105+
104106
{{% /code-placeholders %}}
105107

106108
Replace the following:
@@ -116,7 +118,7 @@ When authenticating requests, {{% product-name %}} checks that the `p` (_passwor
116118

117119
##### Syntax
118120

119-
```sh
121+
```http
120122
https://{{< influxdb/host >}}/query/?u=any&p=API_TOKEN
121123
https://{{< influxdb/host >}}/write/?u=any&p=API_TOKEN
122124
```

0 commit comments

Comments
 (0)