Commit 6650cffd by Peter Desjardins

Fix typo in REST path.

parent afd04658
...@@ -42,17 +42,17 @@ Mobile API User Resource ...@@ -42,17 +42,17 @@ Mobile API User Resource
- Method - Method
- Endpoint - Endpoint
* - :ref:`Get details about a user<Get User Details>` * - :ref:`Get details about a user<Get User Details>`
- GET - GET
- /api/mobile/v0.5/users/{username} - /api/mobile/v0.5/users/{username}
* - :ref:`Get course enrollments for a user<Get a User's Course Enrollments>` * - :ref:`Get course enrollments for a user<Get a User's Course Enrollments>`
- GET - GET
- /api/mobile/v0.5/users/{username}/course_enrollments/ - /api/mobile/v0.5/users/{username}/course_enrollments/
* - :ref:`Get a user's status in a course<Get or Change User Status in a Course>` * - :ref:`Get a user's status in a course<Get or Change User Status in a Course>`
- GET - GET
- /api/mobile/v0.5/users/{username}/course_status_info/{course_id} - /api/mobile/v0.5/users/{username}/course_status_info/{course_id}
* - :ref:`Change a user's status in a course<Get or Change User Status in a Course>` * - :ref:`Change a user's status in a course<Get or Change User Status in a Course>`
- PATCH - PATCH
- /api/mobile/v0.5/rs/{username}/course_status_info/{course_id} - /api/mobile/v0.5/users/{username}/course_status_info/{course_id}
======================================== ========================================
Mobile API Course Information Resource Mobile API Course Information Resource
...@@ -67,7 +67,7 @@ Mobile API Course Information Resource ...@@ -67,7 +67,7 @@ Mobile API Course Information Resource
- Endpoint - Endpoint
* - :ref:`Get updates for a course<Get Course Updates>` * - :ref:`Get updates for a course<Get Course Updates>`
- GET - GET
- /api/mobile/v0.5/course_info/{organization}/{course_number}/{course_run}/updates - /api/mobile/v0.5/course_info/{organization}/{course_number}/{course_run}/updates
* - :ref:`Get handouts for a course<Get Course Handouts>` * - :ref:`Get handouts for a course<Get Course Handouts>`
- GET - GET
- /api/mobile/v0.5/course_info/{organization}/{course_number}/{course_run}/handouts - /api/mobile/v0.5/course_info/{organization}/{course_number}/{course_run}/handouts
...@@ -88,4 +88,4 @@ Mobile API Video Outlines Resource ...@@ -88,4 +88,4 @@ Mobile API Video Outlines Resource
- /api/mobile/v0.5/video_outlines/courses/{organization}/{course_number}/{course_run} - /api/mobile/v0.5/video_outlines/courses/{organization}/{course_number}/{course_run}
* - :ref:`Get a video transcript<Get a Video Transcript>` * - :ref:`Get a video transcript<Get a Video Transcript>`
- GET - GET
- /api/mobile/v0.5/video_outlines/transcripts/{organization}/{course_number}/{course_run}/{video ID}/{language code} - /api/mobile/v0.5/video_outlines/transcripts/{organization}/{course_number}/{course_run}/{video ID}/{language code}
\ No newline at end of file
...@@ -6,7 +6,7 @@ The edX Platform API documentation is created using RST_ ...@@ -6,7 +6,7 @@ The edX Platform API documentation is created using RST_
files and Sphinx_. You, the user community, can help update and revise this files and Sphinx_. You, the user community, can help update and revise this
documentation project on GitHub: documentation project on GitHub:
https://github.com/edx/edx-platform/tree/master/docs/platforms_api/source https://github.com/edx/edx-platform/tree/master/docs/en_us/platform_api/source
To suggest a revision, fork the project, make changes in your fork, and submit To suggest a revision, fork the project, make changes in your fork, and submit
a pull request back to the original project: this is known as the `GitHub Flow`_. a pull request back to the original project: this is known as the `GitHub Flow`_.
...@@ -14,4 +14,4 @@ a pull request back to the original project: this is known as the `GitHub Flow`_ ...@@ -14,4 +14,4 @@ a pull request back to the original project: this is known as the `GitHub Flow`_
.. _Sphinx: http://sphinx-doc.org/ .. _Sphinx: http://sphinx-doc.org/
.. _LaTeX: http://www.latex-project.org/ .. _LaTeX: http://www.latex-project.org/
.. _`GitHub Flow`: https://github.com/blog/1557-github-flow-in-the-browser .. _`GitHub Flow`: https://github.com/blog/1557-github-flow-in-the-browser
.. _RST: http://docutils.sourceforge.net/rst.html .. _RST: http://docutils.sourceforge.net/rst.html
\ No newline at end of file
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