Skip to content

Commit 2d219e2

Browse files
authored
Update openapi.yml
Add environment type
1 parent 9cf733f commit 2d219e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

openapi.yml

Lines changed: 8 additions & 1 deletion
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.0"
8+
version: "20230401.1"
99
servers:
1010
- url: https://controller.{environment}.pinecone.io
1111
variables:
@@ -490,6 +490,13 @@ components:
490490
name: Api-Key
491491

492492
schemas:
493+
Environment:
494+
type: string
495+
enum:
496+
- us-west1-gcp
497+
- us-east1-gcp
498+
- eu-west1-gcp
499+
- us-east1-aws
493500
CollectionName:
494501
description: The unique name of a collection.
495502
type: string

0 commit comments

Comments
 (0)