Skip to content

Commit 6ffcfed

Browse files
wmwongdpebot
authored andcommitted
Updates the Endpoints Java Framework sample README (GoogleCloudPlatform#463)
1 parent cda2c4b commit 6ffcfed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
openapi.json
12
swagger.json

appengine/endpoints-frameworks-v2/backend/README.md

+3-3
Original file line numberDiff line numberDiff 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

4040
0. 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

4444
0. Deploy the API implementation code by invoking:
4545

0 commit comments

Comments
 (0)