File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 5
5
contact :
6
6
name : Andy Boothe
7
7
url : https://github.com/sigpwned/pinecone-openapi-spec
8
- version : " 20230404.0 "
8
+ version : " 20230404.1 "
9
9
servers :
10
10
- url : https://controller.{environment}.pinecone.io
11
11
variables :
@@ -55,11 +55,6 @@ paths:
55
55
responses :
56
56
201 :
57
57
description : The collection has been successfully created.
58
- content :
59
- text/plain :
60
- example : Created
61
- schema :
62
- type : string
63
58
400 :
64
59
$ref : ' #/components/responses/BadRequest'
65
60
409 :
@@ -104,11 +99,6 @@ paths:
104
99
responses :
105
100
202 :
106
101
description : The collection has been successfully deleted.
107
- content :
108
- text/plain :
109
- example : Accepted
110
- schema :
111
- type : string
112
102
404 :
113
103
$ref : ' #/components/responses/CollectionNotFound'
114
104
500 :
@@ -143,11 +133,6 @@ paths:
143
133
responses :
144
134
201 :
145
135
description : The collection has been successfully created.
146
- content :
147
- text/plain :
148
- example : Created
149
- schema :
150
- type : string
151
136
400 :
152
137
$ref : ' #/components/responses/BadRequest'
153
138
409 :
@@ -192,11 +177,6 @@ paths:
192
177
responses :
193
178
202 :
194
179
description : The index has been successfully deleted.
195
- content :
196
- text/plain :
197
- example : Accepted
198
- schema :
199
- type : string
200
180
404 :
201
181
$ref : ' #/components/responses/IndexNotFound'
202
182
500 :
@@ -216,11 +196,6 @@ paths:
216
196
responses :
217
197
201 :
218
198
description : The index has been successfully updated.
219
- content :
220
- text/plain :
221
- example : Accepted
222
- schema :
223
- type : string
224
199
400 :
225
200
$ref : ' #/components/responses/BadRequest'
226
201
404 :
You can’t perform that action at this time.
0 commit comments