Skip to content

Commit 1e62381

Browse files
jeffmendozabshaffer
authored andcommitted
Add region tags to openapi.yaml (GoogleCloudPlatform#270)
1 parent 59e7878 commit 1e62381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

endpoints/getting-started/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)