Skip to content

Commit 3f34bfe

Browse files
committed
add missing environments
1 parent 253c755 commit 3f34bfe

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

openapi.yml

Lines changed: 29 additions & 7 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: "20230406.0"
8+
version: "20230406.1"
99
servers:
1010
- url: https://controller.{environment}.pinecone.io
1111
variables:
@@ -221,9 +221,12 @@ paths:
221221
default: us-east1-gcp
222222
enum:
223223
- us-west1-gcp
224+
- us-west4-gcp
225+
- us-central1-gcp
224226
- us-east1-gcp
227+
- us-east4-gcp
225228
- eu-west1-gcp
226-
- us-east1-aws
229+
- us-east1-aws
227230
post:
228231
tags:
229232
- Vector Operations
@@ -259,9 +262,12 @@ paths:
259262
default: us-east1-gcp
260263
enum:
261264
- us-west1-gcp
265+
- us-west4-gcp
266+
- us-central1-gcp
262267
- us-east1-gcp
268+
- us-east4-gcp
263269
- eu-west1-gcp
264-
- us-east1-aws
270+
- us-east1-aws
265271
post:
266272
tags:
267273
- Vector Operations
@@ -297,9 +303,12 @@ paths:
297303
default: us-east1-gcp
298304
enum:
299305
- us-west1-gcp
306+
- us-west4-gcp
307+
- us-central1-gcp
300308
- us-east1-gcp
309+
- us-east4-gcp
301310
- eu-west1-gcp
302-
- us-east1-aws
311+
- us-east1-aws
303312
post:
304313
tags:
305314
- Vector Operations
@@ -335,9 +344,12 @@ paths:
335344
default: us-east1-gcp
336345
enum:
337346
- us-west1-gcp
347+
- us-west4-gcp
348+
- us-central1-gcp
338349
- us-east1-gcp
350+
- us-east4-gcp
339351
- eu-west1-gcp
340-
- us-east1-aws
352+
- us-east1-aws
341353
post:
342354
tags:
343355
- Vector Operations
@@ -373,9 +385,12 @@ paths:
373385
default: us-east1-gcp
374386
enum:
375387
- us-west1-gcp
388+
- us-west4-gcp
389+
- us-central1-gcp
376390
- us-east1-gcp
391+
- us-east4-gcp
377392
- eu-west1-gcp
378-
- us-east1-aws
393+
- us-east1-aws
379394
post:
380395
tags:
381396
- Vector Operations
@@ -411,9 +426,12 @@ paths:
411426
default: us-east1-gcp
412427
enum:
413428
- us-west1-gcp
429+
- us-west4-gcp
430+
- us-central1-gcp
414431
- us-east1-gcp
432+
- us-east4-gcp
415433
- eu-west1-gcp
416-
- us-east1-aws
434+
- us-east1-aws
417435
post:
418436
tags:
419437
- Vector Operations
@@ -472,9 +490,13 @@ components:
472490
type: string
473491
enum:
474492
- us-west1-gcp
493+
- us-west4-gcp
494+
- us-central1-gcp
475495
- us-east1-gcp
496+
- us-east4-gcp
476497
- eu-west1-gcp
477498
- us-east1-aws
499+
478500
CollectionName:
479501
description: The unique name of a collection.
480502
type: string

0 commit comments

Comments
 (0)