fix: prepend Cloud API KEY with apikey (#1171)

This commit is contained in:
Dominic Page
2024-09-16 21:50:31 +05:30
committed by GitHub
parent 6dca56cc58
commit f0f3c98c0b
@@ -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.