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
1
2
swagger.json
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ To build the project:
27
27
28
28
mvn clean package
29
29
30
- ## Generating the swagger .json file
30
+ ## Generating the openapi .json file
31
31
32
- To generate the required configuration file ` swagger .json` :
32
+ To generate the required configuration file ` openapi .json` :
33
33
34
34
mvn exec:java -DGetSwaggerDoc
35
35
@@ -39,7 +39,7 @@ To deploy the sample API:
39
39
40
40
0 . Invoke the ` gcloud ` command to deploy the API configuration file:
41
41
42
- gcloud beta service-management deploy swagger .json
42
+ gcloud service-management deploy openapi .json
43
43
44
44
0 . Deploy the API implementation code by invoking:
45
45
You can’t perform that action at this time.
0 commit comments