Skip to content

Commit 6108a17

Browse files
authored
Update openapi.yml
adjust response types
1 parent b2666ad commit 6108a17

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

openapi.yml

Lines changed: 1 addition & 26 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: "20230404.0"
8+
version: "20230404.1"
99
servers:
1010
- url: https://controller.{environment}.pinecone.io
1111
variables:
@@ -55,11 +55,6 @@ paths:
5555
responses:
5656
201:
5757
description: The collection has been successfully created.
58-
content:
59-
text/plain:
60-
example: Created
61-
schema:
62-
type: string
6358
400:
6459
$ref: '#/components/responses/BadRequest'
6560
409:
@@ -104,11 +99,6 @@ paths:
10499
responses:
105100
202:
106101
description: The collection has been successfully deleted.
107-
content:
108-
text/plain:
109-
example: Accepted
110-
schema:
111-
type: string
112102
404:
113103
$ref: '#/components/responses/CollectionNotFound'
114104
500:
@@ -143,11 +133,6 @@ paths:
143133
responses:
144134
201:
145135
description: The collection has been successfully created.
146-
content:
147-
text/plain:
148-
example: Created
149-
schema:
150-
type: string
151136
400:
152137
$ref: '#/components/responses/BadRequest'
153138
409:
@@ -192,11 +177,6 @@ paths:
192177
responses:
193178
202:
194179
description: The index has been successfully deleted.
195-
content:
196-
text/plain:
197-
example: Accepted
198-
schema:
199-
type: string
200180
404:
201181
$ref: '#/components/responses/IndexNotFound'
202182
500:
@@ -216,11 +196,6 @@ paths:
216196
responses:
217197
201:
218198
description: The index has been successfully updated.
219-
content:
220-
text/plain:
221-
example: Accepted
222-
schema:
223-
type: string
224199
400:
225200
$ref: '#/components/responses/BadRequest'
226201
404:

0 commit comments

Comments
 (0)