I'm trying to enroll an user through the API using the following endpoint
POST /api/v1/sections/:section_id/enrollments
However I'm getting a 400 response with the following body message
{:message=>"Can't add an enrollment to a concluded course."}
But when I go to Canvas there is no signal that this course is concluded, I don't even have the option to unconclude the course according to this guide I've found.
https://community.canvaslms.com/t5/Admin-Guide/How-do-I-unconclude-a-course-in-an-account/ta-p/189#U189
Where can I double check whether indeed the course is concluded or not?
Thanks in advance for the help 🙂