Skip to content
Merged
Changes from 2 commits
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
5 changes: 4 additions & 1 deletion endpoints/getting-started/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ consumes:
produces:
- "application/json"
schemes:
- "https"
# Uncomment the next line if you configure SSL for this API.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And comment out the http line

# - "https"
- "http"
paths:
"/echo":
post:
Expand Down Expand Up @@ -78,6 +80,7 @@ paths:
google_id_token: []
definitions:
echoMessage:
type: "object"
properties:
message:
type: "string"
Expand Down