diff --git a/qdrant-landing/content/documentation/concepts/search.md b/qdrant-landing/content/documentation/concepts/search.md index 0f7f04cab..ca9637ca5 100644 --- a/qdrant-landing/content/documentation/concepts/search.md +++ b/qdrant-landing/content/documentation/concepts/search.md @@ -687,7 +687,7 @@ Example: ```http POST /collections/{collection_name}/points/query { - "": [0.2, 0.1, 0.9, 0.7], + "query": [0.2, 0.1, 0.9, 0.7], "with_vectors": true, "with_payload": true }