name is required and unique for api docs
This commit is contained in:
parent
d05dc03261
commit
0942dd8392
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ curl -F 'name=MyPictureName' -F 'file=@/path/to/myPicture.jpeg' https://spee.ch/
|
||||||
```
|
```
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
* `name` (required)
|
* `name` (required, must be unique across the instance)
|
||||||
* `file` (required) (must be type .mp4, .jpeg, .jpg, .gif, or .png)
|
* `file` (required) (must be type .mp4, .jpeg, .jpg, .gif, or .png)
|
||||||
* `nsfw` (optional)
|
* `nsfw` (optional)
|
||||||
* `license` (optional)
|
* `license` (optional)
|
||||||
|
|
Loading…
Reference in a new issue