{% load custom_filters %}
{% for stylesheet in stylesheets %}
{% endfor %}
{% for script in scripts %}
{% endfor %}
# {{ method|upper }} {{ path }}
{{ method|format_method_badge|safe }} `{{ path }}`
**View class:** {{ viewset_name }}
{% if summary %}
## Overview
{{ summary }}
{% endif %}
{% if operation_id %}
**Operation ID:** `{{ operation_id }}`
{% endif %}
{% include "endpoints/detail/permissions.html" %}
{% if description %}
{{ description|format_description }}
{% endif %}
{% include "endpoints/detail/path_parameters.html" %}
{% include "endpoints/detail/query_parameters.html" %}
{% include "endpoints/detail/request_body.html" %}
{% include "endpoints/detail/schema.html" %}
{% include "endpoints/detail/responses.html" %}
{% if enable_auto_auth %}
{% endif %}
{% include 'try-out/main.html' %}