12345678910111213 ---swagger: "2.0"info: title: MyApp's API version: "1.0"basePath: /apipaths: /welcome: get: operationId: my_controller responses: 200: description: success
---
swagger:
"2.0"
info:
title:
MyApp's API
version:
"1.0"
basePath:
/api
paths:
/welcome
:
get:
operationId:
my_controller
responses:
200:
description:
success