post https://api.workbase.io/v1/trainings
Responses
201
201xxxxxxxxxx
curl --request POST \
--url https://api.workbase.io/v1/trainings \
--header 'Portal-Mode: employeePortal' \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "",
"description": "",
"status": "published",
"defaultImage": "WorkbaseDefault1",
"imageUrl": "string",
"lessonsCount": 0,
"estimatedTimeToComplete": 0
}