v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Update a Playlist

update/ add playlist parameters

patch/playlists/{id}

Path parameters

idstring required

playlist id

Headers

content-typestring

Request body

namestring
folder_idstring

you can move playlist to another folder

Response

200

account_idstring
aspect_ratiointeger[]
cleanboolean
created_atnumber
folder_idstring
idstring
interactions_show_menuboolean
namestring
themestring
tickertape_backgroundstring
tickertape_font_sizeinteger
tickertape_visibleboolean
timeoutinteger
updated_atnumber

Example response

{
  "account_id": "5dba92731b5d034f7d8dca3d",
  "aspect_ratio": [
    16
  ],
  "clean": true,
  "created_at": 1609770218.8140001,
  "folder_id": "5dba92731b5d034fa9abda21",
  "id": "5ff324ea966f638ffb3148f5",
  "interactions_show_menu": true,
  "name": "Media Folders",
  "theme": "theme=predefined",
  "tickertape_background": "#2AA4E5",
  "tickertape_font_size": 1,
  "timeout": 60,
  "updated_at": 1639486051.0419998
}