DistributorPlaylistsPlaylist_idMove
Move playlist to folder
Moves a playlist to a different folder.
Authorization
BearerAuth Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Path Parameters
playlist_id*string
Playlist ID (UUID)
Request Body
application/json
Move payload
parent_folder_id*string
Response Body
application/json
application/json
application/json
application/json
curl -X PUT "https://loading/api/playlists/string/move" \ -H "Content-Type: application/json" \ -d '{ "parent_folder_id": "00000000-0000-0000-0000-000000000000" }'{
"folders": [
{
"id": "string",
"name": "string",
"parent_folder_id": "string"
}
],
"playlists": [
{
"id": "string",
"name": "string",
"parent_folder_id": "string"
}
]
}{
"error": "Validation failed"
}{
"error": "Validation failed"
}{
"error": "Validation failed"
}