Skip to content

Update Video Item

Update an existing video item configuration. Requires ADMIN, MANAGE_FORM, MANAGE_TASK, or MANAGE_TRAINING permissions.

Parameters

name * are required parametersdata typedescription
videoItemId*stringThe unique identifier of the video item to update
body.namestringUpdated display name
body.descriptionstringUpdated description
body.sourceUrlstringUpdated 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