user add favorite mix - hmelder/TIDAL GitHub Wiki

Example Request

Method

PUT

Url

https://api.tidal.com/v2/favorites/mixes/add?countryCode={country}

onArtifactNotFound Enums

FAIL
SKIP

Url-Encoded PUT Parameter

mixIds: {id}
onArtifactNotFound: {enum}

Header

authorization: Bearer {access_token}

Example Response

{
    "addedItems": [
        "xxxxxxxxxxxxxxxxxx"
    ],
    "itemsNotAdded": [],
    "lastModifiedAt": "2020-12-21T11:28:56.472365Z"
}