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
* Fix operationId for /courses/sections/{section_ids} (fixes#181)
* Move course_id and section_id params to generics; add examples (partially #182)
* Add semesterParam in all places that needs it (fixes#183)
* Add command for loading dev docker-compose image
Need a follow-up issue to finish fully documenting all of the course endpoints.
* Various fixes to OpenAPI spec
* Fix operationId for /courses/sections/{section_ids} (fixes#181)
* Move course_id and section_id params to generics; add examples (partially #182)
* Add semesterParam in all places that needs it (fixes#183)
* Add command for loading dev docker-compose image
Need a follow-up issue to finish fully documenting all of the course endpoints.
DonIsaac
added
the
docs
Related to doc comments, the OpenAPI spec, the README, or any other form of documentation
label
Apr 17, 2021
for eg https://beta.umd.io/#operation/getCoursesById we allow an array of strings to be passed. The proper format to do so is https://api.umd.io/v1/courses/cmsc131,cmsc330. We should state this explicitly somewhere.
The text was updated successfully, but these errors were encountered: