Skip to content

Commit

Permalink
Update openapi.yml
Browse files Browse the repository at this point in the history
Add environment type
  • Loading branch information
sigpwned authored Apr 1, 2023
1 parent 9cf733f commit 2d219e2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 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: "20230401.0"
version: "20230401.1"
servers:
- url: https://controller.{environment}.pinecone.io
variables:
Expand Down Expand Up @@ -490,6 +490,13 @@ components:
name: Api-Key

schemas:
Environment:
type: string
enum:
- us-west1-gcp
- us-east1-gcp
- eu-west1-gcp
- us-east1-aws
CollectionName:
description: The unique name of a collection.
type: string
Expand Down

0 comments on commit 2d219e2

Please sign in to comment.