diff --git a/docs/docs/cloud/reference/api/openapi.json b/docs/docs/cloud/reference/api/openapi.json index f0a741655..90ab47431 100644 --- a/docs/docs/cloud/reference/api/openapi.json +++ b/docs/docs/cloud/reference/api/openapi.json @@ -3818,6 +3818,14 @@ "title": "Filter", "description": "Optional dictionary of key-value pairs to filter results." }, + "query": { + "type": [ + "string", + "null" + ], + "title": "Query", + "description": "Query string for semantic/vector search." + }, "limit": { "type": "integer", "default": 10,