summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-07-04 03:34:51 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-07-04 03:40:11 +0200
commit3d79ceb23a3dc9630d38807cf6e8a62a56f29d3b (patch)
treeebcd59ed4a25eedba9a28dcf443d9ccc9112c2f9 /docs
parent2b9cd25cf4b27b0ce3437a621f36f7f740cb542a (diff)
Deprecate audio scrobbling
Diffstat (limited to 'docs')
-rw-r--r--docs/development/API/pleroma_api.md6
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