Skip to content

Commit

Permalink
Sync OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
coszio authored and GitHub Actions committed Jun 27, 2024
1 parent 556fb19 commit 375015e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fern/apis/v1.9.x/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@
"text/plain": {
"schema": {
"type": "string",
"example": "# HELP app_info information about qdrant server\n# TYPE app_info counter\napp_info{name=\"qdrant\",version=\"1.9.0.x\"} 1\n# HELP cluster_enabled is cluster support enabled\n# TYPE cluster_enabled gauge\ncluster_enabled 0\n# HELP collections_total number of collections\n# TYPE collections_total gauge\ncollections_total 1\n"
"example": "# HELP app_info information about qdrant server\n# TYPE app_info counter\napp_info{name=\"qdrant\",version=\"0.11.1\"} 1\n# HELP cluster_enabled is cluster support enabled\n# TYPE cluster_enabled gauge\ncluster_enabled 0\n# HELP collections_total number of collections\n# TYPE collections_total gauge\ncollections_total 1\n"
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ instances:
custom-domain: api.qdrant.tech
title: Qdrant | API Reference
versions:
- display-name: v0.11.1
path: ./versions/v0.11.1.yml
- display-name: v1.9.x
path: ./versions/v1.9.x.yml
- display-name: v1.10.x
path: ./versions/v1.10.x.yml
- display-name: master
path: ./versions/master.yml
colors:
Expand Down
2 changes: 1 addition & 1 deletion qdrant
Submodule qdrant updated from 2b7af3 to 5c29ca

0 comments on commit 375015e

Please sign in to comment.