v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Playlists

Update a playlist

patch/playlists/{id}

Headers

channelstring required

Channel ID

organizationstring required

The URL of the end-user web application

Request body

titlestring

Playlist title

postsstring[]

Array of post IDs

Example request

{
  "title": "Sci-Fi",
  "posts": [
    "6193c77af87edcb391bde0aa",
    "6193c77c2876173a7394c54e"
  ]
}

Response

Playlists udpated.