User - Update Video Data
Developing
PUT
/video/update-video
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.pixiefixapp.com/api/v1/video/update-video?activityId&taskId'
Response Response Example
{
"video": {
"_id": "677e1e975c4b4d0aec89b74a",
"title": "test58",
"url": "https://videosclickandfix.s3.amazonaws.com/images/312f2517-5c72-4f8a-82d9-a1056e766b71_1736318605524-870113165.jpg",
"thumbnail_url": "https://videosclickandfix.s3.amazonaws.com/images/42d2552a-d8bc-44ac-9190-3d48f48eb765_1736252145184-169341856.jpg",
"image_url": "https://videosclickandfix.s3.amazonaws.com/images/312f2517-5c72-4f8a-82d9-a1056e766b71_1736318605524-870113165.jpg",
"zipcode": "814112",
"createdAt": "2025-01-08T06:43:35.973Z",
"updatedAt": "2025-01-08T06:43:35.973Z",
"__v": 0
},
"tasks": {
"_id": "677e1e985c4b4d0aec89b74c",
"video_id": "677e1e975c4b4d0aec89b74a",
"activity": "Tree Removal",
"description": "Complete removal of a large tree located close to residential structures.",
"tasks": [
{
"task": "Tree Cutting and Dismantling",
"service_category": "Tree Service",
"cost": "1812.5",
"_id": "677e1e985c4b4d0aec89b74d"
},
{
"task": "Stump Removal",
"service_category": "Tree Service",
"cost": "437.5",
"_id": "677e1e985c4b4d0aec89b74e"
}
],
"estimated_task_time": "4 hours",
"createdAt": "2025-01-08T06:43:36.031Z",
"updatedAt": "2025-01-08T06:58:32.513Z",
"__v": 0
}
}
Request
Query Params
activityId
stringÂ
required
taskId
stringÂ
required