Playlists
Playlists are groups of videos in Rev organized into logical sets, often for groups, teams, or specific sets of users. Keep in mind that only the creator of a playlist, or an admin account, may manage a playlist.
| Method | Description | |
| POST | /api/v2/playlists | Create a Playlist |
| PUT | /api/v2/playlists/{playlistId} | Edit a Playlist |
| GET | /api/v2/playlists | List All Playlists |
| DELETE | /api/v2/playlists/{playlistId} | Delete a Playlist |
| PUT | /api/v2/playlists/featured-playlist/{Id} | Edit Featured Playlist |