Skip to content

Commit

Permalink
Replaced 'swagger.yaml' with openapi.yaml. Refer to b/32670418. (#267)
Browse files Browse the repository at this point in the history
* Replaced 'swagger.yaml' with openapi.yaml. Refer to b/32670418.

* Updating Swagger API references
  • Loading branch information
jasminejaksic authored and jmdobry committed Nov 28, 2016
1 parent c6d404c commit 580c00e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appengine/endpoints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ running locally.

## Deploying to Google App Engine

Open the `swagger.yaml` file and in the `host` property, replace
Open the `openapi.yaml` file and in the `host` property, replace
`YOUR-PROJECT-ID` with your project's ID.

Then, deploy the sample using `gcloud`:
Expand Down
4 changes: 2 additions & 2 deletions appengine/endpoints/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ env: flex
beta_settings:
# Enable Google Cloud Endpoints API management.
use_endpoints_api_management: true
# Specify the Swagger API specification.
endpoints_swagger_spec_file: swagger.yaml
# Specify the Open API specification.
endpoints_swagger_spec_file: openapi.yaml
File renamed without changes.
4 changes: 2 additions & 2 deletions endpoints/getting-started/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ vm: true
beta_settings:
# Enable Google Cloud Endpoints API management.
use_endpoints_api_management: true
# Specify the Swagger API specification.
endpoints_swagger_spec_file: swagger.yaml
# Specify the Open API specification.
endpoints_swagger_spec_file: openapi.yaml
File renamed without changes.

0 comments on commit 580c00e

Please sign in to comment.