summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-07-04 02:46:10 +0000
committertusooa <tusooa@kazv.moe>2023-07-04 02:46:10 +0000
commit7da6a82dbd16a76d8a761118d22f336409d16bd2 (patch)
tree926e3809c3f3c8f3f69eaa0d13c6fecc20860faf /docs
parent624a5ccb2ec81105d8dd73444756f8f791543d07 (diff)
parent3d79ceb23a3dc9630d38807cf6e8a62a56f29d3b (diff)
Merge branch 'deprecate-scrobbles' into 'develop'
Deprecate audio scrobbling See merge request pleroma/pleroma!3919
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