Projects\Videos
Add a list of videos to a project
This method adds multiple videos to the specified project.
put/me/projects/{project_id}/videos
Path parameters
project_idnumber required
Example:12345
The ID of the project.
Query parameters
urisstring required
Example:/videos/258684937,/videos/273576296
A comma-separated list of video URIs to add.
Response
The videos were added.
Changes
Changed in 3 of the 13 revisions of this API.212
- ▲
the
queryrequest parameterurisbecame requiredrequest-parameter-became-required
- ▲
- ▲
removed the request body
request-body-removed
- ○
added the new optional
queryrequest parameterurisnew-optional-request-parameter
- ▲
- ●
deleted the
queryrequest parameterurisrequest-parameter-removed
- ○
added optional request body
request-body-added-optional
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●