We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1bc9a commit 53d87c5Copy full SHA for 53d87c5
endpoints/getting-started/openapi.yaml
@@ -6,6 +6,9 @@ info:
6
version: "1.0.0"
7
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
8
# [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"
12
basePath: "/"
13
consumes:
14
- "application/json"
0 commit comments