diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-08-12 12:33:20 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-08-12 12:38:51 +0200 |
commit | c1c0f0b1443aa486f7867b9fa02cc41dbbc74261 (patch) | |
tree | 27734e80588c06f31cd1c8592586cdef274e58bf /docs/development/API/pleroma_api.md | |
parent | 540e62c5fcab3887d7ca488cb3f464f000f69523 (diff) | |
download | pleroma-c1c0f0b1443aa486f7867b9fa02cc41dbbc74261.tar.gz pleroma-c1c0f0b1443aa486f7867b9fa02cc41dbbc74261.zip |
Mark `/api/v1/pleroma/accounts/:id/subscribe`/`unsubscribe` as deprecated
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
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: |