mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-27 11:03:43 +03:00
7 lines
346 B
HTML
7 lines
346 B
HTML
<h2 class="responses-list-header" *ng-if="data.responses.length"> Responses </h2>
|
|
<zippy *ng-for="#response of data.responses" title="{{response.code}} {{response.description}}"
|
|
[type]="response.type" [empty]="!response.schema">
|
|
<schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
|
|
</schema>
|
|
</zippy>
|