update_video
Update a Vimeo video's title, description, or privacy. Only pass fields you want to change; supports password protection and embed restrictions.
Instructions
Update a video's title, description or privacy. Only the fields you pass change. Needs the edit scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New title. | |
| password | No | Required when privacy_view is 'password'. | |
| video_id | Yes | Video id. | |
| description | No | New description. | |
| privacy_view | No | Who can watch. 'unlisted' gives a shareable link that is not listed publicly. 'disable' blocks playback on vimeo.com while leaving embeds working. | |
| privacy_embed | No | Where it can be embedded. 'whitelist' restricts it to the domains you allow. |