aboutsummaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-12-09 14:30:35 +0000
committerlain <lain@soykaf.club>2019-12-09 14:30:35 +0000
commite4ea0e20b32152a7f7497c2ec8ebbe5c71b3db47 (patch)
treea4e7c4469be886a588f54112910ea647a6e61b17 /docs/API
parent8d2ca85cea7285330c724096b668b4b56b77caf8 (diff)
parent4692919ea68d30fbd1147ad9415a4573e31023be (diff)
downloadpleroma-e4ea0e20b32152a7f7497c2ec8ebbe5c71b3db47.tar.gz
Merge branch 'issue/1342' into 'develop'
[#1342] Added privacy option to push notifications See merge request pleroma/pleroma!1920
Diffstat (limited to 'docs/API')
-rw-r--r--docs/API/pleroma_api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md
index ad16d027e..7228d805b 100644
--- a/docs/API/pleroma_api.md
+++ b/docs/API/pleroma_api.md
@@ -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. When set to true, it removes the contents of a message from the push notification.
* Response: JSON. Returns `{"status": "success"}` if the update was successful, otherwise returns `{"error": "error_msg"}`
## `/api/pleroma/healthcheck`