Skip to content

Commit b2666ad

Browse files
authored
Update openapi.yml
fix index API paths
1 parent 09f29c7 commit b2666ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
contact:
66
name: Andy Boothe
77
url: https://github.com/sigpwned/pinecone-openapi-spec
8-
version: "20230401.1"
8+
version: "20230404.0"
99
servers:
1010
- url: https://controller.{environment}.pinecone.io
1111
variables:
@@ -114,7 +114,7 @@ paths:
114114
500:
115115
$ref: '#/components/responses/InternalError'
116116

117-
/indexes:
117+
/databases:
118118
get:
119119
tags:
120120
- Index Operations
@@ -159,7 +159,7 @@ paths:
159159
500:
160160
$ref: '#/components/responses/InternalError'
161161

162-
/indexes/{indexName}:
162+
/databases/{indexName}:
163163
parameters:
164164
- name: indexName
165165
required: true

0 commit comments

Comments
 (0)