list of options for pack metadata
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Mon, 30 Mar 2020 07:07:37 +0000 (10:07 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Thu, 30 Apr 2020 13:09:22 +0000 (16:09 +0300)
docs/API/pleroma_api.md

index 65d22980b653094f0afd216c95850ab68f0ec9bd..dc39c8b0b3ea7b235fc3b7fd0ca626ba2a106af5 100644 (file)
@@ -361,6 +361,12 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa
 * Authentication: required
 * Params:
   * `metadata`: metadata to replace the old one
+    * `license`: Pack license
+    * `homepage`: Pack home page url
+    * `description`: Pack description
+    * `fallback-src`: Fallback url to download pack from
+    * `fallback-src-sha256`: SHA256 encoded for fallback pack archive
+    * `share-files`: is pack allowed for sharing (boolean)
 * Response: JSON, updated "metadata" section of the pack and 200 status or 400 if there was a
   problem with the new metadata (the error is specified in the "error" part of the response JSON)