Edit Featured Playlist
This API will edit the Featured Playlist in Rev. Only a Media or Account Admin may edit this playlist.
PUT
/api/v2/playlists/featured-playlist
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| editPlaylistMembers | body | Video IDs to edit in the playlist and the action taken (add or remove). | Yes |
Example Request
{
"videoId": "string",
"action": "Add"
}
Response Codes
| Code | Description |
|---|---|
| 200 | Ok |
| 401 | Unauthorized error |
| 500 | Internal server error |