diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-31 11:38:37 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-04-30 16:09:23 +0300 |
commit | 1fd40532aeac2c6988e2b439af1350cbf59cd697 (patch) | |
tree | 4c60e8146fbf4d3ac070761fd76d4f2bb36e50ad | |
parent | 1c1b7e22afd25c5d1c4ff71d03a08ee39149fca1 (diff) | |
download | pleroma-1fd40532aeac2c6988e2b439af1350cbf59cd697.tar.gz |
docs fix
-rw-r--r-- | docs/API/pleroma_api.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index dc39c8b0b..0c4d5c797 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -345,6 +345,7 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa * Params: * `url`: url of the instance to download from * `name`: pack to download from that instance + * `as`: (*optional*) name how to save pack * Response: JSON, "ok" with 200 status if the pack was downloaded, or 500 if there were errors downloading the pack @@ -357,7 +358,7 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa ## `PATCH /api/pleroma/emoji/packs/:name` ### Updates (replaces) pack metadata -* Method `POST` +* Method `PATCH` * Authentication: required * Params: * `metadata`: metadata to replace the old one |