Skip to content

Commit 580c00e

Browse files
jasminejaksicjmdobry
authored andcommitted
Replaced 'swagger.yaml' with openapi.yaml. Refer to b/32670418. (#267)
* Replaced 'swagger.yaml' with openapi.yaml. Refer to b/32670418. * Updating Swagger API references
1 parent c6d404c commit 580c00e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

appengine/endpoints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ running locally.
99

1010
## Deploying to Google App Engine
1111

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

1515
Then, deploy the sample using `gcloud`:

appengine/endpoints/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ env: flex
1717
beta_settings:
1818
# Enable Google Cloud Endpoints API management.
1919
use_endpoints_api_management: true
20-
# Specify the Swagger API specification.
21-
endpoints_swagger_spec_file: swagger.yaml
20+
# Specify the Open API specification.
21+
endpoints_swagger_spec_file: openapi.yaml
File renamed without changes.

endpoints/getting-started/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ vm: true
1717
beta_settings:
1818
# Enable Google Cloud Endpoints API management.
1919
use_endpoints_api_management: true
20-
# Specify the Swagger API specification.
21-
endpoints_swagger_spec_file: swagger.yaml
20+
# Specify the Open API specification.
21+
endpoints_swagger_spec_file: openapi.yaml
File renamed without changes.

0 commit comments

Comments
 (0)