8000 chore(endpoints): delete old region tag swagger (#10067) · rebeccaellis/java-docs-samples@c076851 · GitHub
[go: up one dir, main page]

Skip to content

Commit c076851

Browse files
chore(endpoints): delete old region tag swagger (GoogleCloudPlatform#10067)
1 parent 2771ec8 commit c076851

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

endpoints/getting-started/openapi-appengine.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
# limitations under the License. 8000
1414

1515
# [START endpoints_swagger_appengine_yaml_java]
16-
# [START swagger]
1716
swagger: "2.0"
1817
info:
1918
description: "A simple Google Cloud Endpoints API example."
2019
title: "Endpoints Example"
2120
version: "1.0.0"
2221
host: "YOUR-PROJECT-ID.appspot.com"
23-
# [END swagger]
2422
# [END endpoints_swagger_appengine_yaml_java]
2523
consumes:
2624
- "application/json"

endpoints/getting-started/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
# limitations under the License.
1414

1515
# [START endpoints_swagger_yaml_java]
16-
# [START swagger]
1716
swagger: "2.0"
1817
info:
1918
description: "A simple Google Cloud Endpoints API example."
2019
title: "Endpoints Example"
2120
version: "1.0.0"
2221
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
23-
# [END swagger]
2422
# [END endpoints_swagger_yaml_java]
2523
consumes:
2624
- "application/json"

0 commit comments

Comments
 (0)
0