{% load tg_apicore %}

{{ section.name|capfirst }} › {{ method.action }}

{{ method.method }} {{ api.base_path }}{{ method.path }}

{% render_markdown method.docstring %}
{% include "tg_apicore/docs/method-python.html" with section=section method=method %} {% for response_name, response_json in method.responses_items %} {{ response_name }}: {% if response_json is None %}
No content
{% else %}
{% code json %}{{ response_json }}{% endcode %}
{% endif %} {% endfor %}