Hi,
On Docebo UI, I can add Event as Video Conference Tool with URL. Is there API
POST/learn/v1/ilt/session/batch doing same thing? Per the payload, which json property to put the value of Event Type and URL?
{
"items": "
{
"course_id": 0,
"course_code": "string",
"session_id": 0,
"session_code": "string",
"session_name": "string",
"session_maximum_enrollments": 0,
"session_minimum_enrollments": 0,
"session_last_subscription_date": "2022-09-29",
"session_other_info": "string",
"completion_type": "string",
"score_base": 0,
"date_name": "string",
"date": "2022-09-29",
"timezone": "string",
"time_start": "string",
"time_end": "string",
"break_start": "string",
"break_end": "string",
"location_name": "string",
"location_address": "string",
"location_country": "string",
"classroom_name": "string",
"effective_duration": 0
}
],
"options": {
"update_session_info": true
}
}
Thanks,
Liza