Skip to content

Commit

Permalink
add missing environments
Browse files Browse the repository at this point in the history
  • Loading branch information
sigpwned committed Apr 6, 2023
1 parent 253c755 commit 3f34bfe
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
contact:
name: Andy Boothe
url: https://github.com/sigpwned/pinecone-openapi-spec
version: "20230406.0"
version: "20230406.1"
servers:
- url: https://controller.{environment}.pinecone.io
variables:
Expand Down Expand Up @@ -221,9 +221,12 @@ paths:
default: us-east1-gcp
enum:
- us-west1-gcp
- us-west4-gcp
- us-central1-gcp
- us-east1-gcp
- us-east4-gcp
- eu-west1-gcp
- us-east1-aws
- us-east1-aws
post:
tags:
- Vector Operations
Expand Down Expand Up @@ -259,9 +262,12 @@ paths:
default: us-east1-gcp
enum:
- us-west1-gcp
- us-west4-gcp
- us-central1-gcp
- us-east1-gcp
- us-east4-gcp
- eu-west1-gcp
- us-east1-aws
- us-east1-aws
post:
tags:
- Vector Operations
Expand Down Expand Up @@ -297,9 +303,12 @@ paths:
default: us-east1-gcp
enum:
- us-west1-gcp
- us-west4-gcp
- us-central1-gcp
- us-east1-gcp
- us-east4-gcp
- eu-west1-gcp
- us-east1-aws
- us-east1-aws
post:
tags:
- Vector Operations
Expand Down Expand Up @@ -335,9 +344,12 @@ paths:
default: us-east1-gcp
enum:
- us-west1-gcp
- us-west4-gcp
- us-central1-gcp
- us-east1-gcp
- us-east4-gcp
- eu-west1-gcp
- us-east1-aws
- us-east1-aws
post:
tags:
- Vector Operations
Expand Down Expand Up @@ -373,9 +385,12 @@ paths:
default: us-east1-gcp
enum:
- us-west1-gcp
- us-west4-gcp
- us-central1-gcp
- us-east1-gcp
- us-east4-gcp
- eu-west1-gcp
- us-east1-aws
- us-east1-aws
post:
tags:
- Vector Operations
Expand Down Expand Up @@ -411,9 +426,12 @@ paths:
default: us-east1-gcp
enum:
- us-west1-gcp
- us-west4-gcp
- us-central1-gcp
- us-east1-gcp
- us-east4-gcp
- eu-west1-gcp
- us-east1-aws
- us-east1-aws
post:
tags:
- Vector Operations
Expand Down Expand Up @@ -472,9 +490,13 @@ components:
type: string
enum:
- us-west1-gcp
- us-west4-gcp
- us-central1-gcp
- us-east1-gcp
- us-east4-gcp
- eu-west1-gcp
- us-east1-aws

CollectionName:
description: The unique name of a collection.
type: string
Expand Down

0 comments on commit 3f34bfe

Please sign in to comment.