summaryrefslogtreecommitdiff
path: root/docs/development/API/pleroma_api.md
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-08-22 13:06:57 +0200
committermarcin mikołajczak <git@mkljczk.pl>2024-08-22 13:06:57 +0200
commit3e5517e7bb549d22258d2d7788ba52797648d6b7 (patch)
tree57eafefc1e968fae8be7ff02d3cccc872abf6ece /docs/development/API/pleroma_api.md
parenta40bf5d24fb75b246b9e11908b24cdcedabcb3af (diff)
parent08a444f6c3591fec60d11638587c60c5dc417a48 (diff)
downloadpleroma-3e5517e7bb549d22258d2d7788ba52797648d6b7.tar.gz
pleroma-3e5517e7bb549d22258d2d7788ba52797648d6b7.zip
Merge remote-tracking branch 'origin/develop' into post-languages
Diffstat (limited to 'docs/development/API/pleroma_api.md')
-rw-r--r--docs/development/API/pleroma_api.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/API/pleroma_api.md b/docs/development/API/pleroma_api.md
index 57d333ffe..000d7d27d 100644
--- a/docs/development/API/pleroma_api.md
+++ b/docs/development/API/pleroma_api.md
@@ -145,6 +145,9 @@ See [Admin-API](admin_api.md)
## `/api/v1/pleroma/accounts/:id/subscribe`
### Subscribe to receive notifications for all statuses posted by a user
+
+Deprecated. `notify` parameter in `POST /api/v1/accounts/:id/follow` should be used instead.
+
* Method `POST`
* Authentication: required
* Params:
@@ -171,6 +174,9 @@ See [Admin-API](admin_api.md)
## `/api/v1/pleroma/accounts/:id/unsubscribe`
### Unsubscribe to stop receiving notifications from user statuses
+
+Deprecated. `notify` parameter in `POST /api/v1/accounts/:id/follow` should be used instead.
+
* Method `POST`
* Authentication: required
* Params: