* http://local.openedx.io:8000/api/ccx_coach/v2/courses/{ccxCourseId}/remove_schedule
POST
Payload: {
Location: string
}
Create an endpoint to remove from schedule, maybe something from this endpoint can help on the logic http://local.openedx.io:8000/courses/{ccxCourseId}/save_ccx but this new endpoint will just remove things from schedule
Following endpoints need a rename to v2 to improve error response on proper JSON format
Reactions are currently unavailable
* http://local.openedx.io:8000/api/ccx_coach/v2/courses/{ccxCourseId}/remove_schedule
POST
Payload: {
Location: string
}
Create an endpoint to remove from schedule, maybe something from this endpoint can help on the logic http://local.openedx.io:8000/courses/{ccxCourseId}/save_ccx but this new endpoint will just remove things from schedule
Following endpoints need a rename to v2 to improve error response on proper JSON format
We can reuse following endpoint to retrieve current schedule:
http://local.openedx.io:8000/courses/{ccxCourseId}/ccx_schedule
GET
We can reuse the following endpoint to edit schedule
http://local.openedx.io:8000/courses/{ccxCourseId}/save_ccx
POST