Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP verbEndpointEffect
POST/api/users/v1/users/{user_profile_id}/favourite_channel_listsCreate a new channel list for the specified user profile
GET/api/users/v1/users/{user_profile_id}/favourite_channel_listsReturns 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

...