Skip to content

Commit 1bae926

Browse files
update docs
Signed-off-by: AnthonyTsu1984 <wenjia.tu@zilliz.com>
1 parent 5b5d0cf commit 1bae926

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

reference/api/restful/restful/restful.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Control Plane 提供了 **Cloud**、**Cluster**、**Import** 和 **Pipeline**
1717
以下是一个列出所有可用云提供商的示例。
1818

1919
```shell
20-
export CLOUD_REGION="ali-cn-hangzhou"
2120
export API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
2221

2322
curl --request GET \
@@ -32,7 +31,7 @@ Control Plane 提供了 **Cloud**、**Cluster**、**Import** 和 **Pipeline**
3231
以下是一个列出指定集群中所有可用集合的示例。
3332

3433
```shell
35-
export CLUSTER_ENDPOINT="https://${CLUSTER_ID}.api.${CLOUD_REGION}.zillizcloud.com"
34+
export CLUSTER_ENDPOINT="YOUR_CLUSTER_ENDPOINT"
3635
export TOKEN="db_admin:xxxxxxxxxxxx"
3736
3837
curl --request GET \

0 commit comments

Comments
 (0)