diff options
author | lain <lain@soykaf.club> | 2020-05-20 12:08:28 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-20 12:08:28 +0000 |
commit | 265746b21f5a58f49efbdbe9d9eecd697781b93b (patch) | |
tree | 8bbcf2cd9fae7e67f2195508c0281fb02a16abcd /docs/API | |
parent | 423ea497bb2a7225f4f0d0e1ebff93466b3ec124 (diff) | |
parent | e4c720f14c0760ff5863c58a2ed1aafb9bf1bdc5 (diff) | |
download | pleroma-265746b21f5a58f49efbdbe9d9eecd697781b93b.tar.gz |
Merge branch 'openapi/pleroma-api/emojis' into 'develop'
Add OpenAPI spec for EmojiPackController
See merge request pleroma/pleroma!2549
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/pleroma_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 867f59919..a25456b7d 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -426,7 +426,7 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa * Authentication: required * Params: * `file`: file needs to be uploaded with the multipart request or link to remote file. - * `shortcode`: (*optional*) shortcode for new emoji, must be uniq for all emoji. If not sended, shortcode will be taken from original filename. + * `shortcode`: (*optional*) shortcode for new emoji, must be unique for all emoji. If not sended, shortcode will be taken from original filename. * `filename`: (*optional*) new emoji file name. If not specified will be taken from original filename. * Response: JSON, list of files for updated pack (hashmap -> shortcode => filename) with status 200, either error status with error message. |