Files
fnx_web/res/template/fragments/api/file-id-download-get.html
Wim Brand 98546918e9 Correction
Download also supports byte range
2017-12-12 09:49:07 +00:00

13 lines
415 B
HTML

{{define "api-file-id-download-get"}}
<details th:fragment="details" class="api_doc_details request_get">
<summary><span class="method">GET</span>/file/{id}/download</summary>
<div>
<h3>Description</h3>
<p>
Same as GET /file/{id}, but with File Transfer HTTP
headers. Will trigger a save file dialog when opened in
a web browser. Also supports byte range requests.
</p>
</div>
</details>
{{end}}