We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4c1a8b + d5596b6 commit 0b578f6Copy full SHA for 0b578f6
endpoints/getting-started/src/main/appengine/openapi.yaml
@@ -1,9 +1,11 @@
1
+# [START swagger]
2
swagger: "2.0"
3
info:
4
description: "A simple Google Cloud Endpoints API example."
5
title: "Endpoints Example"
6
version: "1.0.0"
7
host: "YOUR-PROJECT-ID.appspot.com"
8
+# [END swagger]
9
basePath: "/"
10
consumes:
11
- "application/json"
0 commit comments