action cpy_add_playlist { label: "Create a video playlist" description: "If the video playlist is set as public, `videoChannelId` is mandatory." provider: cpy method: POST path: "/api/v1/video-playlists" encoding: json output: { type: "object" properties: { videoPlaylist: { type: "object" properties: { id: { type: "integer" } shortUUID: { type: "object" } uuid: { type: "string" format: "uuid" } } } } } }