Appearance
Update Video Item
Update an existing video item configuration. 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 to update |
body.name | string | Updated display name |
body.description | string | Updated description |
body.sourceUrl | string | Updated source URL |
Return Value
The updated video item configuration.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/video-item/:videoItemId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Updated Video Title"}'ENDPOINTS
put
/api/{targetPath}/video-item/:videoItemId