diff --git a/endpoints/getting-started/openapi.yaml b/endpoints/getting-started/openapi.yaml index cf88c724a5a..12f19c79523 100644 --- a/endpoints/getting-started/openapi.yaml +++ b/endpoints/getting-started/openapi.yaml @@ -20,6 +20,9 @@ info: version: "1.0.0" host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog" # [END swagger] +# For App Engine deployments, delete the above "host:" line and remove the "# " +# from the following line. Then change YOUR-PROJECT-ID to your project id. +# host: "YOUR-PROJECT-ID.appspot.com" basePath: "/" consumes: - "application/json"