Commit b93418f9 by Mark Hoeber

Doc: update course video data response values

parent 9a87cb61
...@@ -8,5 +8,8 @@ Change Log ...@@ -8,5 +8,8 @@ Change Log
* - Date * - Date
- Change - Change
* - 05/18/15 * - 21 May 2015
- Updated :ref:`Get the Course Video Data` to add the ``users_at_start``
and ``users_at_end`` response values.
* - 18 May 2015
- Added :ref:`Get the Course Video Data` and :ref:`Video Data API`. - Added :ref:`Get the Course Video Data` and :ref:`Video Data API`.
...@@ -280,8 +280,8 @@ Get the Course Video Data ...@@ -280,8 +280,8 @@ Get the Course Video Data
02874e0ae0c74ae7b16faa5d6fdc8085", 02874e0ae0c74ae7b16faa5d6fdc8085",
"duration": 142, "duration": 142,
"segment_length": 5, "segment_length": 5,
"start_views": 2, "users_at_start": 2,
"end_views": 0, "users_at_end": 0,
"created": "2015-04-15T214158" "created": "2015-04-15T214158"
}, },
{ {
...@@ -291,8 +291,8 @@ Get the Course Video Data ...@@ -291,8 +291,8 @@ Get the Course Video Data
03454e0ae0c72ae7b16fab3d6fdc2143", 03454e0ae0c72ae7b16fab3d6fdc2143",
"duration": 66, "duration": 66,
"segment_length": 5, "segment_length": 5,
"start_views": 1044, "users_at_start": 1044,
"end_views": 0, "users_at_end": 0,
"created": "2015-04-15T214158" "created": "2015-04-15T214158"
}, },
] ]
......
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