Closed MubinSayed closed 4 years ago
Hi there, I want to use this following API https://developer.vimeo.com/api/reference/folders#add_video_to_project
How do i use it ??
++ im to search it
Vimeo::request('/me/projects/{project_id}/videos/{video_id}', [ ], 'PUT');
It worked for me :)
Hi there, I want to use this following API https://developer.vimeo.com/api/reference/folders#add_video_to_project
How do i use it ??