Sign in

Replace video

documented

Replace metadata or video data for an existing video.

PUT /videos/{video_id}Videosno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.vimeo.com/videos/{{$video_id}}" \\n  -X PATCH \\n  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\n  -H "Content-Type: application/json" \\n  -H "Accept: application/vnd.vimeo.*+json" \\n  -d '{"name": "{{$title}}", "description": "{{$description}}"}'