This action will move an existing Wistia video to a different project.
- API endpoint slug
- wistia.move_video_to_project
- Filter code method
- Wistia.moveVideoToProject.skip(string?: reason)
- Runtime method
- runAction("wistia.move_video_to_project", {})
Action fields
- Label
- Video ID
- Helper text
- The Wistia video ID (hashed ID) to move.
- Slug
- video_id
- Required
- true
- Can have default value
- true
- Filter code method
- Wistia.moveVideoToProject.setVideoId(string: video_id)
- Label
- Destination project
- Helper text
- Project to move the video to.
- Slug
- destination_project_id
- Required
- true
- Can have default value
- false