diff --git a/endpoints/getting-started/openapi.yaml b/endpoints/getting-started/openapi.yaml index b0a9f31946e..6c3aa0e278f 100644 --- a/endpoints/getting-started/openapi.yaml +++ b/endpoints/getting-started/openapi.yaml @@ -25,7 +25,9 @@ consumes: produces: - "application/json" schemes: - - "https" +# Uncomment the next line if you configure SSL for this API. +# - "https" + - "http" paths: "/echo": post: @@ -78,6 +80,7 @@ paths: google_id_token: [] definitions: echoMessage: + type: "object" properties: message: type: "string"