...
/Edit a Video and Fetch a List of Related Videos
Edit a Video and Fetch a List of Related Videos
Learn how to edit information about the uploaded video and get a list of its related videos using Dailymotion Data API.
We'll cover the following...
We'll cover the following...
In this lesson, we'll learn two very important functionalities offered by the Dailymotion Data API using the following endpoints:
Edit a video:
{base_url}/video/video_Id
Fetch related videos:
{base_url}/video/video_Id/related
Edit a video
In this section, we'll edit the video we published in the last lesson. The {base_url}/video/video_Id
endpoint utilizes POST
method and takes one required parameter, which is the ID of the video that we want to edit.
Request parameters
It also takes some optional parameters; ...