Get likes not updated after removing like on a list
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 359
- Forks
- 20
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 13
Description
When first using the Remove like on a list endpoint, then fetching a user’s likes with Get likes, the response body still contains the previously unliked list even though the first request returns 204.
Example:
DELETE https://api.trakt.tv/users/donxy/lists/marvel-cinematic-universe/like (authentication provided) -> 204
GET https://api.trakt.tv/users/me/likes/list?page=1&limit=100 (authentication provided) -> previous list still there
At first I thought I was misusing the Remove like on a list endpoint and the user’s slug should be the one who liked the list, but when I tried that, it returned 404 so I guess it’s more of an API issue… 😅
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.