Unverified Commit f2ba8b27 by Jae Bradley Committed by GitHub

Merge pull request #182 from edx/fix-documentation

Fix documentation
parents dcc7e02b 90fffffd
...@@ -305,7 +305,7 @@ class EngagementTimelineView(CourseViewMixin, generics.ListAPIView): ...@@ -305,7 +305,7 @@ class EngagementTimelineView(CourseViewMixin, generics.ListAPIView):
**Example Request** **Example Request**
GET /api/v0/engagement_timeline/{username}/?course_id={course_id} GET /api/v0/engagement_timelines/{username}/?course_id={course_id}
**Response Values** **Response Values**
......
...@@ -18,9 +18,9 @@ All URLs are prefixed with a version number. The version number will be incremen ...@@ -18,9 +18,9 @@ All URLs are prefixed with a version number. The version number will be incremen
## Authentication ## Authentication
All requests are expected to be made over an SSL connection and include an `Authentication` header that includes a token that can be used to authenticate the request. The format is: All requests are expected to be made over an SSL connection and include an `Authorization` header that includes a token that can be used to authenticate the request. The format is:
Authentication: Token 987ab987987c87d97e9877ff012 Authorization: Token 987ab987987c87d97e9877ff012
# Group Operations # Group Operations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment