diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-07-04 03:34:51 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-07-04 03:40:11 +0200 |
commit | 3d79ceb23a3dc9630d38807cf6e8a62a56f29d3b (patch) | |
tree | ebcd59ed4a25eedba9a28dcf443d9ccc9112c2f9 /docs/development/API | |
parent | 2b9cd25cf4b27b0ce3437a621f36f7f740cb542a (diff) | |
download | pleroma-3d79ceb23a3dc9630d38807cf6e8a62a56f29d3b.tar.gz pleroma-3d79ceb23a3dc9630d38807cf6e8a62a56f29d3b.zip |
Deprecate audio scrobbling
Diffstat (limited to 'docs/development/API')
-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 |