diff options
| author | rr- | 2016-09-20 23:15:32 +0200 |
|---|---|---|
| committer | rr- | 2016-09-20 23:15:32 +0200 |
| commit | c7d0ffb2120b0b091f2a17dfbebb98d87a7223aa (patch) | |
| tree | 9b1198932bb6a7d0aac92b9c9c9242abe04f381b /API.md | |
| parent | 5f4674f22fdb8bc4452cfd73f6a90a300471da5b (diff) | |
docs/api: fix typo
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -811,8 +811,7 @@ data. post to use default thumbnail. If `anonymous` is set to truthy value, the uploader name won't be recorded (privilege verification still applies; it's possible to disallow anonymous uploads completely from config.) For details - how to pass `content` and `thumbnail`, see [file uploads](#file-uploads) - for details. + how to pass `content` and `thumbnail`, see [file uploads](#file-uploads). ## Updating post - **Request** @@ -859,9 +858,9 @@ data. must contain valid post IDs. `<flag>` currently can be only `"loop"` to enable looping for video posts. Sending empty `thumbnail` will reset the post thumbnail to default. For details how to pass `content` and - `thumbnail`, see [file uploads](#file-uploads) for details. All fields - except the [`version`](#versioning) are optional - update concerns only - provided fields. + `thumbnail`, see [file uploads](#file-uploads). All fields except the + [`version`](#versioning) are optional - update concerns only provided + fields. ## Getting post - **Request** |