Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53d87c5

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎endpoints/getting-started/openapi.yaml

Copy file name to clipboardExpand all lines: endpoints/getting-started/openapi.yaml
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.