diff options
| author | fri | 2016-09-20 22:59:07 +0200 |
|---|---|---|
| committer | GitHub | 2016-09-20 22:59:07 +0200 |
| commit | 5f4674f22fdb8bc4452cfd73f6a90a300471da5b (patch) | |
| tree | bdf398f31e3e5ec3f368feb2c8e9825a68bd9cb3 /API.md | |
| parent | 119c2449cd4a77d4e90108954265a4da9080f904 (diff) | |
docs/api: remove extra sentence for creating post
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -810,10 +810,9 @@ data. enable looping for video posts. Sending empty `thumbnail` will cause 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 - possible to disallow anonymous uploads completely from config.) All fields - except the [`version`](#versioning) are optional - update concerns only - provided fields. For details how to pass `content` and `thumbnail`, see - [file uploads](#file-uploads) for details. + possible to disallow anonymous uploads completely from config.) For details + how to pass `content` and `thumbnail`, see [file uploads](#file-uploads) + for details. ## Updating post - **Request** |