Update Project Video
Update a video at the project level (video-centric timeline).
Args: project_id: Project ID video_id: Video ID to update request: JSON body with optional 'prompt', 'duration', 'model', 'name', 'description', 'voiceover', 'volume' current_user: Authenticated user db: Database session
Returns: Updated video data
put/api/projects/{project_id}/videos/{video_id}
Path parameters
project_idstring required
video_idstring required
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/api/projects/{project_id}/videos/{video_id}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.