We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda2c4b commit 6ffcfedCopy full SHA for 6ffcfed
appengine/endpoints-frameworks-v2/backend/.gitignore
@@ -1 +1,2 @@
1
+openapi.json
2
swagger.json
appengine/endpoints-frameworks-v2/backend/README.md
@@ -27,9 +27,9 @@ To build the project:
27
28
mvn clean package
29
30
-## Generating the swagger.json file
+## Generating the openapi.json file
31
32
-To generate the required configuration file `swagger.json`:
+To generate the required configuration file `openapi.json`:
33
34
mvn exec:java -DGetSwaggerDoc
35
@@ -39,7 +39,7 @@ To deploy the sample API:
39
40
0. Invoke the `gcloud` command to deploy the API configuration file:
41
42
- gcloud beta service-management deploy swagger.json
+ gcloud service-management deploy openapi.json
43
44
0. Deploy the API implementation code by invoking:
45
0 commit comments