Playlists
Update playlist
PATCH
https://api.tunio.ai/v1/playlists/{playlist_id}Updates a playlist by UUID
Path parameters
| Name | Type | Description |
|---|---|---|
| playlist_idRequired | string | Playlist ID |
Request body
Update playlist request
| Name | Type | Description |
|---|---|---|
| bpm_from | integer | - |
| bpm_to | integer | - |
| collection_id | string | - |
| genres | string | - |
| intro_asset_id | string | - |
| is_instrumental | boolean | - |
| music_languages | string | - |
| music_type | string | - |
| titleRequired | string | - |
Request example
01{02 "bpm_from": 0,03 "bpm_to": 0,04 "collection_id": "string",05 "genres": "string",06 "intro_asset_id": "string",07 "is_instrumental": true,08 "music_languages": "string",09 "music_type": "string",10 "title": "string"11}
Responses
No schema details were provided for this payload.
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |