Update Video
neptime_update_videoUpdate video details including title, description, tags, and privacy setting by providing the video ID.
Instructions
Update a video you own on Neptime.io.
Args:
video_id: Video ID to update (required)
title: New title (5-100 chars, optional)
description: New description (max 5000 chars, optional)
tags: Comma-separated tags (optional)
privacy: public, private, or unlisted (optional)
Returns: Updated video object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Video ID to update | |
| title | No | New title | |
| description | No | New description | |
| tags | No | Comma-separated tags | |
| privacy | No | Privacy setting |