Tab

class canvasapi.tab.Tab(requester, attributes)
Parameters:
  • requester (canvasapi.requester.Requester) – The requester to pass HTTP requests through.

  • attributes (dict) – The JSON object to build this object with.

update(**kwargs)

Update a tab for a course.

Note: Home and Settings tabs are not manageable, and can’t be hidden or moved.

Calls:

PUT /api/v1/courses/:course_id/tabs/:tab_id

Return type:

canvasapi.tab.Tab