diff --git a/endpoints/getting-started/openapi.yaml b/endpoints/getting-started/openapi.yaml index ead6b3c3a69..da8a04a8a47 100644 --- a/endpoints/getting-started/openapi.yaml +++ b/endpoints/getting-started/openapi.yaml @@ -15,7 +15,9 @@ consumes: produces: - "application/json" schemes: -- "https" +# Uncomment the next line if you configure SSL for this API. +#- "https" +- "http" paths: "/echo": post: @@ -81,6 +83,7 @@ paths: definitions: echoMessage: + type: "object" properties: message: type: "string"