Appearance
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 parameters | data type | description |
|---|---|---|
body.name* | string | The display name of the video item |
body.description | string | An optional description of the video |
body.sourceUrl | string | The 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