summaryrefslogtreecommitdiff
path: root/docs/API/pleroma_api.md
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-06-26 12:45:46 -0500
committerMark Felder <feld@FreeBSD.org>2020-06-26 12:45:46 -0500
commit69848d5c97c9e5d4c14fb5613eb174cb81d5026d (patch)
tree02411c5e177dc5ed853d420095237a9eb8442a47 /docs/API/pleroma_api.md
parentfd5e797379155e5a85deb88dc79f8fbca483948e (diff)
downloadpleroma-69848d5c97c9e5d4c14fb5613eb174cb81d5026d.tar.gz
pleroma-69848d5c97c9e5d4c14fb5613eb174cb81d5026d.zip
Rename notification "privacy_option" setting
Diffstat (limited to 'docs/API/pleroma_api.md')
-rw-r--r--docs/API/pleroma_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md
index 6d8a88a44..5bd38ad36 100644
--- a/docs/API/pleroma_api.md
+++ b/docs/API/pleroma_api.md
@@ -288,7 +288,7 @@ See [Admin-API](admin_api.md)
* Authentication: required
* Params:
* `block_from_strangers`: BOOLEAN field, blocks notifications from accounts you do not follow
- * `privacy_option`: BOOLEAN field. When set to true, it removes the contents of a message from the push notification.
+ * `hide_notification_contents`: 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`