Perhaps I'm missing something but can you move courses from one category to another in bulk (rather than individually?)
Hi
Sadly not (afaik), at least not via the Learn user interface. Others may know a way to do it via API.
It would be extremely helpful to be able to do this in bulk, as well as updating Course Additional Fields in bulk, like you can for user fields. There is an open idea for that if you want to upvote it:
Idea: Mass applying Course settings
Alan
Second that, there are methods to do mass course updates (like you can for users) via the admin end...only way I know of is via the API’s
Hi,
Pass this end point.
https://your domain.com/learn/v1/courses/course_id
{
"category": xx,
"additional_fields": {
"xx": "xx"
}
}
For bulk catagories, one has to create variable.
hope this helpls.
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.