Skip to content

Commit 53d87c5

Browse files
buserpJon Wayne Parrott
authored andcommitted
Add App Engine-specific "host" field. (#938)
* Create openapi-appengine.yaml * Add comment to openapi.yaml about deploying on App Engine. Remove openapi-appengine.yaml.
1 parent 6a1bc9a commit 53d87c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

endpoints/getting-started/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ info:
66
version: "1.0.0"
77
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
88
# [END swagger]
9+
# For App Engine deployments, delete the above "host:" line and remove the "# "
10+
# from the following line. Then change YOUR-PROJECT-ID to your project id.
11+
# host: "YOUR-PROJECT-ID.appspot.com"
912
basePath: "/"
1013
consumes:
1114
- "application/json"

0 commit comments

Comments
 (0)