The Batch Course Update API call only includes the bare minimum of options for LMS admins:
{
"items": :
{
"id": 0,
"code": "string",
"title": "string",
"description": "string",
"language": "string",
"course_status": "published",
"category_id": 0,
"category_code": 0,
"thumbnail_id": 0,
"batch_item_id": "string"
}
]
}
This should be updated to include Additional Fields so that this is not a manual process when updating courses.