Commit 76b75f9961d4015cbec14ebfa8ca5cc85c54185b

Authored by Alex Savenko
1 parent 086f959d

docs

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