summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-09-24 09:41:40 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-09-24 09:41:40 +0300
commit871fac3e4c9d8b1a138204ac754b2a9633bd9eaa (patch)
tree2b1e1579493866c83360336eafe921fa7702bfdc /docs
parent8c6ec4c111081b34f68363ce20423e2f338fa2dd (diff)
docs update
Diffstat (limited to 'docs')
-rw-r--r--docs/API/pleroma_api.md2
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`