{% include "header.html" %}

API description

Info

Description
{{ info.description }}
Title
{{ info.title }}
Contact email
{{ info.contact.email }}
Contact name
{{ info.contact.name }}

Paths

{% for path, path_info in paths %} {% for method, method_data in path_info %}
{{ method }} {{ method_data.summary }}
OperationId
{{ method_data.operationId }}
Tags
{{ method_data.tags }}
Description
{{ method_data.description }}
{% if existsIn(method_data, "parameters") %}
Parameters
{% for param in method_data.parameters %} {% if existsIn(param, "name") %} {% else %} {% for comp_param in component_parameter( param ) %} {% endfor %} {% endif %} {% endfor %}
Name Description Type
{{ param.name }} {{ nl2br( param.description ) }} {{ param.schema.type }}
{{ comp_param.name }} {{ nl2br( comp_param.description ) }} {{ comp_param.schema.type }}
{% endif %}
Responses
{{ method_data.responses}}
{% endfor %} {% endfor %}

Models

{% include "footer.html" %}