Appearance
Publish Video Item
Publish a video item, making it available for use in training modules and forms. Requires ADMIN, MANAGE_FORM, MANAGE_TASK, or MANAGE_TRAINING permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
schemaId* | string | The unique identifier of the video item to publish |
Return Value
The published video item configuration.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/video-item/:schemaId/publish" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/video-item/:schemaId/publish