diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-12-11 15:02:53 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-12-11 15:02:53 -0600 |
commit | 9ef912aecfbeef670db0614ec2014321c37f3b7a (patch) | |
tree | 69eb0b5e11ca321e1ba8ca794171bf0cb425d16d /docs/API/pleroma_api.md | |
parent | e21afdb7c76c9773aeb51e37ff3bc2874e7a74f7 (diff) | |
parent | 92b4a1aa1bc750bb077ae45c422967f9712e247d (diff) | |
download | pleroma-9ef912aecfbeef670db0614ec2014321c37f3b7a.tar.gz pleroma-9ef912aecfbeef670db0614ec2014321c37f3b7a.zip |
Merge branch 'develop' into issue/1411
Diffstat (limited to 'docs/API/pleroma_api.md')
-rw-r--r-- | docs/API/pleroma_api.md | 1 |
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` |