diff options
author | vaartis <vaartis@cock.li> | 2019-09-13 12:32:40 +0000 |
---|---|---|
committer | Ekaterina Vaartis <vaartis@cock.li> | 2019-09-19 00:16:33 +0300 |
commit | 43022c347f9001d9cb8de976dd521a1e5f1c1318 (patch) | |
tree | cc906e4d0f1dfc8591ab1a2614d474bb7456d1b4 | |
parent | 8aed05ac1518a10fb30532429984e02a05180ec3 (diff) | |
download | pleroma-43022c347f9001d9cb8de976dd521a1e5f1c1318.tar.gz |
Apply suggestion to docs/api/pleroma_api.md
-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 e76bf0caf..faf6e3acd 100644 --- a/docs/api/pleroma_api.md +++ b/docs/api/pleroma_api.md @@ -419,7 +419,7 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa ## `GET /api/pleroma/emoji/packs/:name/download_shared` ### Requests a local pack from the instance * Method `GET` -* Authentication: not requires +* Authentication: not required * Params: None * Response: the archive of the pack with a 200 status code, 403 if the pack is not set as shared, 404 if the pack does not exist |