We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f29c7 commit b2666adCopy full SHA for b2666ad
openapi.yml
@@ -5,7 +5,7 @@ info:
5
contact:
6
name: Andy Boothe
7
url: https://github.com/sigpwned/pinecone-openapi-spec
8
- version: "20230401.1"
+ version: "20230404.0"
9
servers:
10
- url: https://controller.{environment}.pinecone.io
11
variables:
@@ -114,7 +114,7 @@ paths:
114
500:
115
$ref: '#/components/responses/InternalError'
116
117
- /indexes:
+ /databases:
118
get:
119
tags:
120
- Index Operations
@@ -159,7 +159,7 @@ paths:
159
160
161
162
- /indexes/{indexName}:
+ /databases/{indexName}:
163
parameters:
164
- name: indexName
165
required: true
0 commit comments