<%= endpoint.title %>

<%= endpoint.verb %> <%= endpoint.named_path %>
<%= raw endpoint.documentation %>

Response Example

<%= render 'submit_form', service: endpoint.service_presenter, endpoint: endpoint %>
<%= endpoint.example_response.html_safe %>

Request Schema

<%= raw endpoint.request_parameters.to_html %>

Response Schema

<%= raw endpoint.response_parameters.to_html %>