Files
fnx_web/res/template/fragments/api/file-id-download-get.html

13 lines
415 B
HTML
Raw Normal View History

2017-11-10 12:39:55 +01:00
{{define "api-file-id-download-get"}}
<details th:fragment="details" class="api_doc_details request_get">
2017-12-11 20:45:55 +01:00
<summary><span class="method">GET</span>/file/{id}/download</summary>
2017-11-10 12:39:55 +01:00
<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.
2017-11-10 12:39:55 +01:00
</p>
</div>
</details>
{{end}}