docs/api: remove extra sentence for creating post
This commit is contained in:
parent
119c2449cd
commit
5f4674f22f
7
API.md
7
API.md
|
@ -810,10 +810,9 @@ data.
|
||||||
enable looping for video posts. Sending empty `thumbnail` will cause the
|
enable looping for video posts. Sending empty `thumbnail` will cause the
|
||||||
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.) All fields
|
possible to disallow anonymous uploads completely from config.) For details
|
||||||
except the [`version`](#versioning) are optional - update concerns only
|
how to pass `content` and `thumbnail`, see [file uploads](#file-uploads)
|
||||||
provided fields. For details how to pass `content` and `thumbnail`, see
|
for details.
|
||||||
[file uploads](#file-uploads) for details.
|
|
||||||
|
|
||||||
## Updating post
|
## Updating post
|
||||||
- **Request**
|
- **Request**
|
||||||
|
|
Loading…
Reference in New Issue