Skip to content
3 changes: 2 additions & 1 deletion endpoints/getting-started/openapi-appengine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: "A simple Google Cloud Endpoints API example."
title: "Endpoints Example"
version: "1.0.0"
host: "[YOUR-PROJECT-ID].appspot.com"
host: "YOUR-PROJECT-ID.appspot.com"
# [END swagger]
basePath: "/"
consumes:
Expand Down Expand Up @@ -104,3 +104,4 @@ securityDefinitions:
# Your OAuth2 client's Client ID must be added here. You can add
# multiple client IDs to accept tokens from multiple clients.
x-google-audiences: "YOUR-CLIENT-ID"

3 changes: 0 additions & 3 deletions endpoints/getting-started/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ 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"
Expand Down