X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2FAPI%2Fpleroma_api.md;h=70d4755b7ce2362bd6357529ae42a122a447bfbb;hb=6ff079ca9f1869ecc0789f8d684e8ea2959ccf1e;hp=d6dbafc06fd3a944acb36623abe1c3154e63ebe1;hpb=490a3a34b63fa10e9151e9a385920c10615a1a3c;p=akkoma diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index d6dbafc06..70d4755b7 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.