atomicjolt / lms_api

Ruby wrapper for the Canvas API
MIT License
6 stars 2 forks source link

API command/endpoint LIST_ENROLLMENTS_COURSES includes extraneous parameter #12

Open kylehovey opened 6 years ago

kylehovey commented 6 years ago

The LIST_ENROLLMENTS_COURSES command includes a user_id in the request which will make canvas return a 500 response with the message The specified resource does not exist..

kylehovey commented 6 years ago

To reproduce visit:

Then visit:

The second one should invoke the error as it includes the user_id field.