Add list_from endpoint to the pleroma_api docs
authorEkaterina Vaartis <vaartis@cock.li>
Thu, 26 Sep 2019 06:52:11 +0000 (09:52 +0300)
committerEkaterina Vaartis <vaartis@cock.li>
Thu, 26 Sep 2019 07:50:53 +0000 (09:50 +0200)
docs/api/pleroma_api.md

index a469ddfbf3551f01a43d4c8601e845adccaedaff..ac5489aa3e9dd73eafbaaf48368275b92fc2ba8e 100644 (file)
@@ -423,6 +423,15 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa
 * Response: JSON, "ok" and 200 status if the pack was downloaded, or 500 if there were
   errors downloading the pack
 
+## `POST /api/pleroma/emoji/packs/list_from`
+### Requests the instance to list the packs from another instance
+* Method `POST`
+* Authentication: required
+* Params:
+  * `instance_address`: the address of the instance to download from
+* Response: JSON with the pack list, same as if the request was made to that instance's
+  list endpoint directly + 200 status
+
 ## `GET /api/pleroma/emoji/packs/:name/download_shared`
 ### Requests a local pack from the instance
 * Method `GET`