Skip to content

Commit

Permalink
Update About.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Aug 4, 2023
1 parent 74cb13e commit bf6d1e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions API_Reference/milvus-restful/v2.2.x/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ The following is the API endpoint used to list collections in a Milvus cluster.

```shell
curl --request GET \
--url 'http://${MILVUS_HOST}:${MILVUS_PORT}/v1/vector/collections' \
--header 'Authorization: Bearer <TOKEN>' \
--header 'accept: application/json' \
--header 'content-type: application/json'
--url "${MILVUS_HOST}:${MILVUS_PORT}/v1/vector/collections" \
--header "Authorization: Bearer ${TOKEN}" \
--header "accept: application/json" \
--header "content-type: application/json"
```

## Authentication credentials
Expand Down

0 comments on commit bf6d1e3

Please sign in to comment.