Skip to content

Create Video Item

Create a new video item configuration for use in training or forms. Requires ADMIN, MANAGE_FORM, MANAGE_TASK, or MANAGE_TRAINING permissions.

Parameters

name * are required parametersdata typedescription
body.name*stringThe display name of the video item
body.descriptionstringAn optional description of the video
body.sourceUrlstringThe source URL of the video file

Return Value

The created video item configuration.

Examples

bash
curl -X POST "https://app.wombat.software/api/{targetPath}/video-item" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"name": "Safety Orientation Video"}'

ENDPOINTS

post/api/{targetPath}/video-item