Hey! I am trying to fix https://uwflow.com/ 's importer and noticed the endpoint /v3/ClassSchedules/{termCode}/{courseId} is returning 404 errors:
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.5",
"title": "Not Found",
"status": 404,
"traceId": "00-6b1a3b332e6ed23321acb4dabbbda5a8-192df039434c6cf3-00"
}
I am trying with termCode = 1265 and a lot of course IDs returned from GET /v3/ClassSchedules/1265, all of them seemed to give above response body.
Wondering if this would get fixed, thank you!
Hey! I am trying to fix https://uwflow.com/ 's importer and noticed the endpoint
/v3/ClassSchedules/{termCode}/{courseId}is returning 404 errors:{ "type": "https://tools.ietf.org/html/rfc9110#section-15.5.5", "title": "Not Found", "status": 404, "traceId": "00-6b1a3b332e6ed23321acb4dabbbda5a8-192df039434c6cf3-00" }I am trying with
termCode = 1265and a lot of course IDs returned fromGET /v3/ClassSchedules/1265, all of them seemed to give above response body.Wondering if this would get fixed, thank you!