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
What resource needs additional coverage?
API coverage for lti_resource_links has been introduced and can be referenced in this PR. So far, the Get links (ALL), Get link (by ID), and Create endpoints been implemented and tested.
What endpoints need to be covered?
Since the original ticket was filed, Canvas added 3 more API's for Bulk Create, Update, and Delete as shown below. Please view documentation here.
POST /api/v1/courses/:course_id/lti_resource_links/bulk
PUT /api/v1/courses/:course_id/lti_resource_links/:id
DELETE /api/v1/courses/:course_id/lti_resource_links/:id
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What resource needs additional coverage?
API coverage for
lti_resource_links
has been introduced and can be referenced in this PR. So far, the Get links (ALL), Get link (by ID), and Create endpoints been implemented and tested.What endpoints need to be covered?
Since the original ticket was filed, Canvas added 3 more API's for Bulk Create, Update, and Delete as shown below. Please view documentation here.
The text was updated successfully, but these errors were encountered: