Changes between Version 30 and Version 31 of api_v1


Ignore:
Timestamp:
2012-10-25T23:17:52Z (11 years ago)
Author:
michael
Comment:

remove $ from ${username}

Legend:

Unmodified
Added
Removed
Modified
  • api_v1

    v30 v31  
    107107|| ||status (failure)||HTTP/1.1 501 Unsupported role for {username}||
    108108|| ||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}||
    110110|| ||note (failure)|| Tried to save the new enrolments but failed due to a database error. ||
    111111||DELETE||/v1/courses/{course_id}/users||remove a user from the course||
     
    116116|| ||status (failure)||HTTP/1.1 501 Unsupported role for {username}||
    117117|| ||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}||
    119119|| ||note (failure)|| Tried to save the new enrolments but failed due to a database error. ||
    120120