...
HTTP verb | Endpoint | Effect |
---|---|---|
POST | /api/users/v1/users/{user_profile_id}/favourite_channel_lists | Create a new channel list for the specified user profile |
GET | /api/users/v1/users/{user_profile_id}/favourite_channel_lists | Returns a list of all the channel lists for the user profile |
PUT | /api/users/v1/users/{user_profile_id}/favourite_channel_lists/{favourite_channel_list_id} | Updates one or more attributes of a list, for example to change the name |
DELETE | /api/users/v1/users/{user_profile_id}/favourite_channel_lists/{favourite_channel_list_id} | Deletes a channel list |
...