X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2FAPI%2Fpleroma_api.md;h=a25456b7dfeff2ccb0c017c646c571a447e46469;hb=814c3e51714b2a7de30ed751a6aef361fc712807;hp=867f599190568340a8b233fb8e61cfc69d3596f4;hpb=94ba5a780212920a1d4b303c3523f66ca0147a67;p=akkoma 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.