mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 17:13:44 +03:00
7 lines
356 B
HTML
7 lines
356 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">
|
|
<json-schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
|
|
</json-schema>
|
|
</zippy>
|