href='{% add_query_param request api_settings.URL_FORMAT_OVERRIDE format %}'
<fieldset>
rel="nofollow"
<divclass="btn-group format-selection">
title="Make a GET request on the {{ name }} resource with the format set to `{{ format }}`">
<aclass="btn btn-primary js-tooltip"href='{{ request.get_full_path }}'rel="nofollow"title="Make a GET request on the {{ name }} resource">GET</a>
{{ format }}
</a>
<buttonclass="btn btn-primary dropdown-toggle js-tooltip"data-toggle="dropdown"title="Specify a format for the GET request">
</li>
<spanclass="caret"></span>
{% endfor %}
</button>
</ul>
<ulclass="dropdown-menu">
</div>
{% for format in available_formats %}
</fieldset>
<li>
</form>
<aclass="js-tooltip format-option"href='{% add_query_param request api_settings.URL_FORMAT_OVERRIDE format %}'rel="nofollow"title="Make a GET request on the {{ name }} resource with the format set to `{{ format }}`">{{ format }}</a>
<buttonclass="btn btn-primary js-tooltip"name="{{ api_settings.FORM_METHOD_OVERRIDE }}"value="PUT"title="Make a PUT request on the {{ name }} resource">PUT</button>
<buttonclass="btn btn-primary js-tooltip"name="{{ api_settings.FORM_METHOD_OVERRIDE }}"value="PUT"title="Make a PUT request on the {{ name }} resource">PUT</button>
{% endif %}
{% if raw_data_patch_form %}
<buttonclass="btn btn-primary js-tooltip"name="{{ api_settings.FORM_METHOD_OVERRIDE }}"value="PATCH"title="Make a PATCH request on the {{ name }} resource">PATCH</button>