mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 17:13:44 +03:00
8 lines
192 B
HTML
8 lines
192 B
HTML
|
<div>
|
||
|
<h2>{{data.methodInfo.summary}}</h2>
|
||
|
<p> <strong>{{data.method}}</strong> <code>{{data.path}}</code> </p>
|
||
|
<p class="description">
|
||
|
{{data.methodInfo.description}}
|
||
|
</p>
|
||
|
</div>
|