summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-09-29 02:18:34 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-09-30 10:39:48 +0000
commit1d7cbdaf7b2f3ff6576959ed26885d7545f31a14 (patch)
treeea90c3aa50c91d3c92715a278f4aa938466e1317 /CHANGELOG.md
parent211008ae2f1ea97490a0ac70b8c801e58af6834c (diff)
downloadpleroma-1d7cbdaf7b2f3ff6576959ed26885d7545f31a14.tar.gz
pleroma-1d7cbdaf7b2f3ff6576959ed26885d7545f31a14.zip
change new scrobble endpoint
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80d5e1ac9..3d9424c8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,8 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Refreshing poll results for remote polls
- Admin API: Add ability to require password reset
- Mastodon API: Account entities now include `follow_requests_count` (planned Mastodon 3.x addition)
-- Pleroma API: `GET /api/v1/pleroma/accounts/:id/now-playing` to get a list of recently scrobbled items
-- Pleroma API: `POST /api/v1/pleroma/now-playing` to scrobble a media item
+- Pleroma API: `GET /api/v1/pleroma/accounts/:id/scrobbles` to get a list of recently scrobbled items
+- Pleroma API: `POST /api/v1/pleroma/scrobble` to scrobble a media item
### Changed
- **Breaking:** Elixir >=1.8 is now required (was >= 1.7)