Skip to content

Instantly share code, notes, and snippets.

@simonista
Created February 21, 2012 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonista/1879434 to your computer and use it in GitHub Desktop.
Save simonista/1879434 to your computer and use it in GitHub Desktop.
# @API
# Mark a discussion entry as read.
#
# No request fields are necessary.
#
# On success, the response will be 204 No Content with an empty body.
#
# @example_request
#
# curl 'http://<canvas>/api/v1/courses/<course_id>/discussion_topics/<topic_id>/entries/<entry_id>/read.json' \
# -X PUT \
# -H "Authorization: Bearer <token>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment