<%= name %>

<%= description %> <% if show_request? %> <%= tag_with_anchor('h2', 'Request') %> <%= tag_with_anchor('h3', 'Example Request') %> <%= example_request %> <%= tag_with_anchor('h3', 'Request Parameters') %> <%= request_parameters %> <% end %> <%= tag_with_anchor('h2', 'Response') %> <% if show_response? %> <%= tag_with_anchor('h3', 'Example Response') %> <%= example_response %> <%= tag_with_anchor('h3', 'Response Parameters') %> <%= response_parameters %> <% end %> <%= tag_with_anchor('h3', 'Response Codes') %> <% if !successful_response_codes.empty? %> <%= tag_with_anchor('h4', 'Successful Response Codes') %> <% end %> <% if !successful_response_codes.empty? %> <%= tag_with_anchor('h4', 'Failure Response Codes') %> <% end %>