Skip to main content
PATCH
Update song flags (liked, played). At least one field is required.

Request

Headers

string
required
Bearer token with your API key

Path Parameters

string
required
Song UUID

Body

boolean
Mark as liked (true/false)
boolean
Mark as played (true only; used to track play history)

Response

boolean
True on success
object
Updated Song object

Example