mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
fix: prepend Cloud API KEY with apikey (#1171)
This commit is contained in:
@@ -28,7 +28,7 @@ Here's an example of a basic request to **list all clusters** in your Qdrant Clo
|
||||
curl -X 'GET' \
|
||||
'https://cloud.qdrant.io/pa/v1/accounts/<YOUR_ACCOUNT_ID>/clusters' \
|
||||
-H 'accept: application/json' \
|
||||
-H 'Authorization: <YOUR_API_KEY>'
|
||||
-H 'Authorization: apikey <YOUR_API_KEY>'
|
||||
```
|
||||
|
||||
This request will return a list of clusters associated with your account in JSON format.
|
||||
|
||||
Reference in New Issue
Block a user