Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions appengine/endpoints-frameworks-v2/backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
openapi.json
swagger.json
6 changes: 3 additions & 3 deletions appengine/endpoints-frameworks-v2/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ To build the project:

mvn clean package

## Generating the swagger.json file
## Generating the openapi.json file

To generate the required configuration file `swagger.json`:
To generate the required configuration file `openapi.json`:

mvn exec:java -DGetSwaggerDoc

Expand All @@ -39,7 +39,7 @@ To deploy the sample API:

0. Invoke the `gcloud` command to deploy the API configuration file:

gcloud beta service-management deploy swagger.json
gcloud service-management deploy openapi.json

0. Deploy the API implementation code by invoking:

Expand Down