Fix typo in thumbnail docs

This commit is contained in:
Wim Brand
2019-12-11 11:13:05 +01:00
parent 4c33b0841e
commit cc3c5d58e4

View File

@@ -174,7 +174,7 @@
{{end}} {{end}}
{{define "api-file-id-thumbnail-get"}} {{define "api-file-id-thumbnail-get"}}
<details class="api_doc_details request_get"> <details class="api_doc_details request_get">
<summary><span class="method">GET</span>/file/{id}/thumbnail?width=xxx&height=xxx</summary> <summary><span class="method">GET</span>/file/{id}/thumbnail?width=x&height=x</summary>
<div> <div>
<h3>Description</h3> <h3>Description</h3>
<p> <p>
@@ -206,7 +206,7 @@
<td>Width of the thumbnail image</td> <td>Width of the thumbnail image</td>
</tr> </tr>
<tr> <tr>
<td>id</td> <td>height</td>
<td>false</td> <td>false</td>
<td>URL</td> <td>URL</td>
<td>Height of the thumbnail image</td> <td>Height of the thumbnail image</td>