Skip to content

Commit 2dab0b5

Browse files
authored
fix(Qdrant): Collection Exists API return type (#3745)
1 parent 70c6c97 commit 2dab0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

independent-publisher-connectors/Qdrant/apiDefinition.swagger.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
"type": "object",
372372
"properties": {
373373
"exists": {
374-
"type": "string",
374+
"type": "boolean",
375375
"description": "exists"
376376
}
377377
},
@@ -20299,4 +20299,4 @@
2029920299
"propertyValue": "AI"
2030020300
}
2030120301
]
20302-
}
20302+
}

0 commit comments

Comments
 (0)