Changes between Version 30 and Version 31 of api_v1
- Timestamp:
- 2012-10-25T23:17:52Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
api_v1
v30 v31 107 107 || ||status (failure)||HTTP/1.1 501 Unsupported role for {username}|| 108 108 || ||note (failure)|| The role_id was unrecognized, recognized role_ids right now are student (5), tutor (4), and instructor (3) || 109 || ||status (failure)||HTTP/1.1 501 Fail to enrol ${username}||109 || ||status (failure)||HTTP/1.1 501 Fail to enrol {username}|| 110 110 || ||note (failure)|| Tried to save the new enrolments but failed due to a database error. || 111 111 ||DELETE||/v1/courses/{course_id}/users||remove a user from the course|| … … 116 116 || ||status (failure)||HTTP/1.1 501 Unsupported role for {username}|| 117 117 || ||note (failure)|| The role_id was unrecognized, recognized role_ids right now are student (5), tutor (4), and instructor (3) || 118 || ||status (failure)||HTTP/1.1 501 Fail to drop ${username}||118 || ||status (failure)||HTTP/1.1 501 Fail to drop {username}|| 119 119 || ||note (failure)|| Tried to save the new enrolments but failed due to a database error. || 120 120