Skip to content

Commit 5fd6225

Browse files
Alexandra Anghelshortcuts
Alexandra Anghel
authored andcommitted
Add region
1 parent ccd30e7 commit 5fd6225

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

specs/predict/spec.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ components:
1010
apiKey:
1111
$ref: '../common/securitySchemes.yml#/apiKey'
1212
servers:
13-
- url: https://predict-api-432xa6wemq-ew.a.run.app
13+
- url: https://predict-api-432xa6wemq-{region}.a.run.app
14+
variables:
15+
region:
16+
enum:
17+
- ue
18+
- ew
19+
default: ew
1420
security:
1521
- appId: []
1622
apiKey: []

0 commit comments

Comments
 (0)