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