instructure / pandarus

A Ruby library for the Canvas API (and code generator for other languages, eventually)
34 stars 25 forks source link

access to course__default_view__ #10

Closed eriko closed 6 years ago

eriko commented 9 years ago

It does not seems that you can update this anymore. I able to set it using https://github.com/whitmer/canvas-api and I wonder if the raw nature of that tool let to set something that I should not have been able to.

simonista commented 6 years ago

I don't see this listed in the api docs. Can you open an issue over on canvas-lms to see if this should be added to the docs?

eriko commented 6 years ago

I have created https://github.com/instructure/canvas-lms/pull/1170 that should allow access to this. It was already in the json api object and documentation. It was just not in the create/update methods documentation.