diff options
author | lain <lain@soykaf.club> | 2024-12-19 10:15:30 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-12-19 10:15:30 +0000 |
commit | 1170dfdd49d9ab0d3a1788db253e88e1bbeb67e1 (patch) | |
tree | be0e3d2d110f78f83e7fa779d8a12f0f0f54811d /docs/development/API/pleroma_api.md | |
parent | 31487e5be48f3845d9cf57116dd5a618a733e259 (diff) | |
parent | c0fdd0e2cf2e57aa02776c41d21b10c17f745193 (diff) | |
download | pleroma-1170dfdd49d9ab0d3a1788db253e88e1bbeb67e1.tar.gz pleroma-1170dfdd49d9ab0d3a1788db253e88e1bbeb67e1.zip |
Merge branch 'release/2.8.0' into 'stable'
Release/2.8.0
See merge request pleroma/pleroma!4295
Diffstat (limited to 'docs/development/API/pleroma_api.md')
-rw-r--r-- | docs/development/API/pleroma_api.md | 6 |
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: |