docs/api: fix typo

This commit is contained in:
rr- 2016-09-20 23:15:32 +02:00
parent 5f4674f22f
commit c7d0ffb212

9
API.md
View file

@ -811,8 +811,7 @@ data.
post to use default thumbnail. If `anonymous` is set to truthy value, the 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 uploader name won't be recorded (privilege verification still applies; it's
possible to disallow anonymous uploads completely from config.) For details possible to disallow anonymous uploads completely from config.) For details
how to pass `content` and `thumbnail`, see [file uploads](#file-uploads) how to pass `content` and `thumbnail`, see [file uploads](#file-uploads).
for details.
## Updating post ## Updating post
- **Request** - **Request**
@ -859,9 +858,9 @@ data.
must contain valid post IDs. `<flag>` currently can be only `"loop"` to must contain valid post IDs. `<flag>` currently can be only `"loop"` to
enable looping for video posts. Sending empty `thumbnail` will reset the enable looping for video posts. Sending empty `thumbnail` will reset the
post thumbnail to default. For details how to pass `content` and post thumbnail to default. For details how to pass `content` and
`thumbnail`, see [file uploads](#file-uploads) for details. All fields `thumbnail`, see [file uploads](#file-uploads). All fields except the
except the [`version`](#versioning) are optional - update concerns only [`version`](#versioning) are optional - update concerns only provided
provided fields. fields.
## Getting post ## Getting post
- **Request** - **Request**