-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathswagger.json
1 lines (1 loc) · 933 Bytes
/
swagger.json
1
{"swagger":"2.0","info":{"version":"1.0.0","title":"Title Example","description":"Description API example","termsOfService":"http://swagger.io/terms/","contact":{"name":"Example team"},"license":{"name":"MIT"}},"paths":{"/register":{"post":{"tags":["default"],"summary":"No desc","responses":{"200":{"description":"success"}},"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/Register"}}]}},"/login/test":{"post":{"tags":["default"],"summary":"No desc","responses":{"200":{"description":"success"}},"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/Login"}}]}}},"definitions":{"Register":{"type":"object","required":["test1"],"properties":{"test1":{"type":"string"}}},"Login":{"type":"object","required":["test1"],"properties":{"test1":{"type":"string"}}}},"host":"localhost:3000","basePath":"/","schemes":["http","https"],"consumes":["application/json"],"produces":["application/json"]}