File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
appengine/endpoints-frameworks-v2/backend Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ openapi.json
12swagger.json
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ To build the project:
2727
2828 mvn clean package
2929
30- ## Generating the swagger .json file
30+ ## Generating the openapi .json file
3131
32- To generate the required configuration file ` swagger .json` :
32+ To generate the required configuration file ` openapi .json` :
3333
3434 mvn exec:java -DGetSwaggerDoc
3535
@@ -39,7 +39,7 @@ To deploy the sample API:
3939
40400 . Invoke the ` gcloud ` command to deploy the API configuration file:
4141
42- gcloud beta service-management deploy swagger .json
42+ gcloud service-management deploy openapi .json
4343
44440 . Deploy the API implementation code by invoking:
4545
You can’t perform that action at this time.
0 commit comments