You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i threw the response from the endpoint in the json formatted and it seems to be okay and match the output of that of the Open Schema https://jsonformatter.curiousconcept.com/#
If we change the types of those params now it will be a breaking change to applications, so I think it's in our best interest to leave it for a v2 instead.
fwiw, the typing of some of these attributes has already been noted in #215.
In that case, lets update the OpenAPI schema to reflect what is actually being returned. There's a pending test associated with this, someone should open a PR, fix this, and remove the pending status from the related test case.
Description
Describe the bug
GET /v1/courses/sections
returns an array of an array of courses instead of an array of coursesProvide the Endpoint
GET /v1/courses/sections
Expected Behavior
It returns an array of course objects
Actual Behavior
It returns an array of an array of course objects
Reproduction and Context
Literally just go to the endpoint
The text was updated successfully, but these errors were encountered: