File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
endpoints/getting-started Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
1515Then, deploy the sample using ` gcloud ` :
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ env: flex
1717beta_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.
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ vm: true
1717beta_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.
You can’t perform that action at this time.
0 commit comments