Bookmark

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

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

delete(**kwargs)

Delete this bookmark.

Calls:

DELETE /api/v1/users/self/bookmarks/:id

Return type:

canvasapi.bookmark.Bookmark

edit(**kwargs)

Modify this bookmark.

Calls:

PUT /api/v1/users/self/bookmarks/:id

Return type:

canvasapi.bookmark.Bookmark