8000 Add region tags to openapi.yaml · meggieclub/java-docs-samples@d5596b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5596b6

Browse files
authored
Add region tags to openapi.yaml
1 parent c4c1a8b commit d5596b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

endpoints/getting-started/src/main/appengine/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# [START swagger]
12
swagger: "2.0"
23
info:
34
description: "A simple Google Cloud Endpoints API example."
45
title: "Endpoints Example"
56
version: "1.0.0"
67
host: "YOUR-PROJECT-ID.appspot.com"
8+
# [END swagger]
79
basePath: "/"
810
consumes:
911
- "application/json"

0 commit comments

Comments
 (0)
0