API PUT request help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2017
10:50 AM
Hi -
I need to make an HTTP (XHR) PUT request that targets a particular module on my self hosted canvas install and mark it done.
I see this in the API:
PUT /api/v1/courses/:course_id/modules/:module_id/items/:id/done
Could someone show how I might write this using AJAX?
Thank you!
Matt