Commit fc76b396ce75a9f8616621964a2fae14c4018c32

Authored by Alex Savenko
1 parent 0aa68246

docs example request test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/general/documentation.phtml
@@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
77 </a> 77 </a>
78 </td> 78 </td>
79 </tr> 79 </tr>
80 - <tr> 80 + <tr ng-show="endpoint.exampleRequest">
81 <th>Example request</th> 81 <th>Example request</th>
82 <th><pre style="font-weight: normal;">{{ endpoint.exampleRequest | json }}</pre></th> 82 <th><pre style="font-weight: normal;">{{ endpoint.exampleRequest | json }}</pre></th>
83 </tr> 83 </tr>