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 77 </a>
78 78 </td>
79 79 </tr>
  80 + <tr>
  81 + <th>Example request</th>
  82 + <th><pre style="font-weight: normal;">{{ endpoint.exampleRequest | json }}</pre></th>
  83 + </tr>
80 84 <tr ng-show="endpoint.exampleResponse">
81 85 <th>Example response</th>
82 86 <th><pre style="font-weight: normal;">{{ endpoint.exampleResponse | json }}</pre></th>
... ...