Skip to content

Commit 0b578f6

Browse files
authored
Merge pull request GoogleCloudPlatform#445 from GoogleCloudPlatform/jeffmendoza-patch-1
Add region tags to openapi.yaml
2 parents c4c1a8b + d5596b6 commit 0b578f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)