diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-09-24 09:41:40 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-09-24 09:41:40 +0300 |
commit | 871fac3e4c9d8b1a138204ac754b2a9633bd9eaa (patch) | |
tree | 2b1e1579493866c83360336eafe921fa7702bfdc /docs/API | |
parent | 8c6ec4c111081b34f68363ce20423e2f338fa2dd (diff) | |
download | pleroma-871fac3e4c9d8b1a138204ac754b2a9633bd9eaa.tar.gz |
docs update
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/pleroma_api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 96fd4da73..3fd141bd2 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -452,6 +452,8 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa * Authentication: required (admin) * Params: * `url`: url of the instance to get packs from + * `page`: page number for packs (default 1) + * `page_size`: page size for packs (default 50) * Response: JSON with the pack list, hashmap with pack name and pack contents ## `POST /api/pleroma/emoji/packs/download` |