Fix typo in REST path.
This commit is contained in:
@@ -42,17 +42,17 @@ Mobile API User Resource
|
||||
- Method
|
||||
- Endpoint
|
||||
* - :ref:`Get details about a user<Get User Details>`
|
||||
- GET
|
||||
- GET
|
||||
- /api/mobile/v0.5/users/{username}
|
||||
* - :ref:`Get course enrollments for a user<Get a User's Course Enrollments>`
|
||||
- GET
|
||||
- GET
|
||||
- /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>`
|
||||
- GET
|
||||
- GET
|
||||
- /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>`
|
||||
- PATCH
|
||||
- /api/mobile/v0.5/rs/{username}/course_status_info/{course_id}
|
||||
- PATCH
|
||||
- /api/mobile/v0.5/users/{username}/course_status_info/{course_id}
|
||||
|
||||
========================================
|
||||
Mobile API Course Information Resource
|
||||
@@ -67,7 +67,7 @@ Mobile API Course Information Resource
|
||||
- Endpoint
|
||||
* - :ref:`Get updates for a course<Get Course Updates>`
|
||||
- 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>`
|
||||
- GET
|
||||
- /api/mobile/v0.5/course_info/{organization}/{course_number}/{course_run}/handouts
|
||||
@@ -88,4 +88,4 @@ Mobile API Video Outlines Resource
|
||||
- /api/mobile/v0.5/video_outlines/courses/{organization}/{course_number}/{course_run}
|
||||
* - :ref:`Get a video transcript<Get a Video Transcript>`
|
||||
- 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}
|
||||
|
||||
@@ -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
|
||||
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
|
||||
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/
|
||||
.. _LaTeX: http://www.latex-project.org/
|
||||
.. _`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
|
||||
|
||||
Reference in New Issue
Block a user