blob: 5359fb0419c8e780831c9989a4f12b0a416087be [file]
---
swagger: "2.0"
info:
version: "1.0.0"
title: "no model"
license:
name: "Apache 2.0"
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
basePath: "/"
paths:
/sayHi:
get:
operationId: "sayHi"
parameters:
- in: "query"
name: "name"
type: "string"
responses:
200:
description: "success"
schema:
type: "string"