We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7390ea3 commit 234fec2Copy full SHA for 234fec2
endpoints/getting-started/openapi-appengine.yaml
@@ -13,14 +13,12 @@
13
# limitations under the License.
14
15
# [START endpoints_swagger_appengine_yaml_python]
16
-# [START endpoints_swagger_yaml_python]
17
swagger: "2.0"
18
info:
19
description: "A simple Google Cloud Endpoints API example."
20
title: "Endpoints Example"
21
version: "1.0.0"
22
host: "YOUR-PROJECT-ID.appspot.com"
23
-# [END endpoints_swagger_yaml_python]
24
# [END endpoints_swagger_appengine_yaml_python]
25
consumes:
26
- "application/json"
0 commit comments