diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-08-22 13:06:57 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-08-22 13:06:57 +0200 |
commit | 3e5517e7bb549d22258d2d7788ba52797648d6b7 (patch) | |
tree | 57eafefc1e968fae8be7ff02d3cccc872abf6ece /docs/development/API | |
parent | a40bf5d24fb75b246b9e11908b24cdcedabcb3af (diff) | |
parent | 08a444f6c3591fec60d11638587c60c5dc417a48 (diff) | |
download | pleroma-3e5517e7bb549d22258d2d7788ba52797648d6b7.tar.gz pleroma-3e5517e7bb549d22258d2d7788ba52797648d6b7.zip |
Merge remote-tracking branch 'origin/develop' into post-languages
Diffstat (limited to 'docs/development/API')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 6 | ||||
-rw-r--r-- | docs/development/API/pleroma_api.md | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index e3b6a3c77..41464e802 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -510,12 +510,6 @@ Pleroma is generally compatible with the Mastodon 2.7.2 API, but some newer feat - `GET /api/v1/trends`: Returns an empty array, `[]` -### Identity proofs - -*Added in Mastodon 2.8.0* - -- `GET /api/v1/identity_proofs`: Returns an empty array, `[]` - ### Featured tags *Added in Mastodon 3.0.0* 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: |