Created
February 21, 2012 22:23
-
-
Save simonista/1879434 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @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