Method: Fdoc::EndpointPresenter#example_request

Defined in:
lib/fdoc/presenters/endpoint_presenter.rb

#example_requestObject



86
87
88
# File 'lib/fdoc/presenters/endpoint_presenter.rb', line 86

def example_request
  render_json(example_from_schema(endpoint.request_parameters))
end