curl -X PATCH \ https://studio.dubformer.ai/api/projects/PROJECT_ID/videos/VIDEO_ID \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "name": "New video name", "dstLangs": ["en", "fr"], "processingType": "standard", "status": "in_progress", "remark": "Updated video description" }'
{ "id": "vid_7a92c36d4fe3c", "name": "New video name", "status": "in_progress", "processingType": "standard", "srcLang": "ru", "dstLangs": ["en", "fr"], "videoUrl": "https://...", "remark": "Updated video description", "createdAt": "2024-06-01T12:00:00.000Z", "updatedAt": "2024-06-01T12:34:56.000Z" }
Update a video in a project
{ "error": "No valid fields to update" }