update docs
authorMaksim Pechnikov <parallel588@gmail.com>
Sun, 8 Dec 2019 19:09:15 +0000 (22:09 +0300)
committerMaksim Pechnikov <parallel588@gmail.com>
Sun, 8 Dec 2019 19:09:15 +0000 (22:09 +0300)
docs/API/pleroma_api.md

index ad16d027e6e8d311741f6be092197d2b79f63db8..acdb5efb44b7406533931974db0526995be01793 100644 (file)
@@ -302,6 +302,7 @@ See [Admin-API](admin_api.md)
     * `follows`: BOOLEAN field, receives notifications from people the user follows
     * `remote`: BOOLEAN field, receives notifications from people on remote instances
     * `local`: BOOLEAN field, receives notifications from people on the local instance
+    * `privacy_option`: BOOLEAN field, set privacy direct messages. exclude contents of a message from push notification when it's true.
 * Response: JSON. Returns `{"status": "success"}` if the update was successful, otherwise returns `{"error": "error_msg"}`
 
 ## `/api/pleroma/healthcheck`