Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify how to pass arrays in api requests #182

Open
tybug opened this issue Apr 16, 2021 · 0 comments
Open

clarify how to pass arrays in api requests #182

tybug opened this issue Apr 16, 2021 · 0 comments
Labels
docs Related to doc comments, the OpenAPI spec, the README, or any other form of documentation

Comments

@tybug
Copy link
Contributor

tybug commented Apr 16, 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.

eveninglily added a commit that referenced this issue Apr 16, 2021
* 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.
eveninglily added a commit that referenced this issue Apr 17, 2021
* 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 DonIsaac added the docs Related to doc comments, the OpenAPI spec, the README, or any other form of documentation label Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Related to doc comments, the OpenAPI spec, the README, or any other form of documentation
Projects
None yet
Development

No branches or pull requests

2 participants