name is required and unique for api docs

This commit is contained in:
Jeremy Kauffman 2019-01-29 14:03:54 -05:00 committed by GitHub
parent d05dc03261
commit 0942dd8392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ curl -F 'name=MyPictureName' -F 'file=@/path/to/myPicture.jpeg' https://spee.ch/
```
Parameters:
* `name` (required)
* `name` (required, must be unique across the instance)
* `file` (required) (must be type .mp4, .jpeg, .jpg, .gif, or .png)
* `nsfw` (optional)
* `license` (optional)