<%= htmlify(@docstring) %>
<% c = options[:controllers].detect { |c| c.has_tag?(:note) } %> <% c && c.tags(:note).each do |tag| %>

Note

<%= htmlify tag.text %>
<% end %>

Interfaces

<% if @meths.empty? %>

This API currently has no endpoints available.

<% end %>
<% if @json_objects.any? %>

Object Synopses

<% @json_objects.each do |name, json| %> <% if false %> <% properties = render_properties(json) %>

<%= name %> object synopsis:

<%= html_syntax_highlight(properties ? properties : json, :plain) %>
<% end %>

<%= name %>

<% if schema_is_model?(json) && !json['description'].empty? %> <%= htmlify json['description'] %> <% end %>
<%= tag_partial("../../tags/html/argument/_list", nil, { argument_tags: properties_of_model_as_tags(json) }) %>
<% end %>
<% end %>