Close menu
Explore Plans
Mobile menu Close menu
Wistia

Update video metadata

This action will update the name and/or description of an existing Wistia video.

Developer info

API endpoint slug
wistia.update_video_metadata
Filter code method
Wistia.updateVideoMetadata.skip(string?: reason)
Runtime method
runAction("wistia.update_video_metadata", {})

Action fields

Video Text input > Other

Label
Video ID
Helper text
The Wistia video ID (hashed ID) to update.
Slug
video_id
Required
true
Can have default value
true
Filter code method
Wistia.updateVideoMetadata.setVideoId(string: video_id)

New name Text input > Title

Label
New name
Helper text
Updated video name.
Slug
new_name
Required
false
Can have default value
true
Filter code method
Wistia.updateVideoMetadata.setNewName(string: new_name)

Description Text input > Long text

Label
Description
Helper text
Updated video description.
Slug
description
Required
false
Can have default value
true
Filter code method
Wistia.updateVideoMetadata.setDescription(string: description)