redoc/lib/components/Method/method.html

8 lines
192 B
HTML
Raw Normal View History

2015-10-08 23:21:51 +03:00
<div>
<h2>{{data.methodInfo.summary}}</h2>
<p> <strong>{{data.method}}</strong> <code>{{data.path}}</code> </p>
<p class="description">
{{data.methodInfo.description}}
</p>
</div>