{{ name }}
{% block description %}
{{ description }}
{% endblock %}
Request
{{ request.method }} {{ request.get_full_path }}
Response
HTTP {{ response.status_code }} {{ response.status_text }} {% for key, val in response_headers|items %}{{ key }}: {{ val|break_long_headers|urlize }} {% endfor %}
{{ content|urlize }}
{% if post_form %}
{% endif %}
{% if put_form or raw_data_put_form or raw_data_patch_form %}
{% endif %}
{% if post_form %}
{% with form=post_form %}
{% endwith %}
{% endif %}
{% with form=raw_data_post_form %}
{% endwith %}
* Indicates Required
{% if put_form %}
{% endif %}
{% endif %}
{% endif %}
{% if put_form %}
{% endif %}
{% with form=raw_data_put_or_patch_form %}
{% endwith %}
* Indicates Required