diff options
author | tusooa <tusooa@kazv.moe> | 2023-11-01 00:43:35 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-11-01 00:43:35 +0000 |
commit | 6f654d534a1a606185c4f3543e7b1552f0a20566 (patch) | |
tree | ec8b787417a236aca411f0697465caf51d2b61ed /docs/development/API/pleroma_api.md | |
parent | f966abe4fbacf8fa91cf2b533f8abfb57d62f8b7 (diff) | |
parent | ad45b06b3f1d7dd4157a3fbc44dc1d2f07c98f35 (diff) | |
download | pleroma-6f654d534a1a606185c4f3543e7b1552f0a20566.tar.gz pleroma-6f654d534a1a606185c4f3543e7b1552f0a20566.zip |
Merge branch 'release/2.6.0' into 'stable'
Release/2.6.0
See merge request pleroma/pleroma!3924
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 47fcb7479..bd0e07f9e 100644 --- a/docs/development/API/pleroma_api.md +++ b/docs/development/API/pleroma_api.md @@ -577,6 +577,9 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa 404 if the pack does not exist ## `GET /api/v1/pleroma/accounts/:id/scrobbles` + +Audio scrobbling in Pleroma is **deprecated**. + ### Requests a list of current and recent Listen activities for an account * Method `GET` * Authentication: not required @@ -598,6 +601,9 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa ``` ## `POST /api/v1/pleroma/scrobble` + +Audio scrobbling in Pleroma is **deprecated**. + ### Creates a new Listen activity for an account * Method `POST` * Authentication: required |