Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions endpoints/getting-started/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# [START endpoints_swagger_yaml_nodejs]
# [START swagger]
swagger: "2.0"
info:
Expand All @@ -6,6 +7,7 @@ info:
version: "1.0.0"
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
# [END swagger]
# [END endpoints_swagger_yaml_nodejs]
consumes:
- "application/json"
produces:
Expand Down
Loading