While trying to edit the public course settings through the API we used the following call and parameters:
'PUT /api/v1/courses/:id'
is_public, is_public_to_auth_users, public_syllabus, public_syllabus_to_auth
However, after setting all four of these settings to 'false', there is a checkbox on the Course Settings page within the course that remained checked:
'Include this course in the public course index'
Even though the visibility is set to 'Course' (is_public = false) the course remains on the course search page, I'm assuming because of that checkbox.
Has anyone else had this issue or found the parameter to edit that checkbox through the API?
thanks,
Matt