Appearance
Link Job to Video Item
Link a video transcode job to an existing video item. Requires ADMIN, MANAGE_FORM, MANAGE_TASK, or MANAGE_TRAINING permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
videoItemId* | string | The unique identifier of the video item |
body.jobId* | string | The unique identifier of the transcode job to link |
Return Value
The updated video item configuration with the job linked.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/video-item/:videoItemId/link-job" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"jobId": "job-abc123"}'ENDPOINTS
put
/api/{targetPath}/video-item/:videoItemId/link-job