Merge branch 'deprecate-scrobbles' into 'develop'
Deprecate audio scrobbling See merge request pleroma/pleroma!3919
This commit is contained in:
commit
7da6a82dbd
3 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue