Changes between Version 38 and Version 39 of api_v1


Ignore:
Timestamp:
2012-11-15T02:14:32Z (11 years ago)
Author:
john
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • api_v1

    v38 v39  
    264264||input||[{"username":"111111"},{"username":"222222"}]||
    265265||status (success)||HTTP/1.1 200 OK||
    266 ||output (success)||[{"id":"5","role_id":"5","username":"111111","last_name":"Student","first_name":"Ed"},{"id":"6","role_id":"5","username":"222222","last_name":"Student","first_name":"Alex"}]||
     266||output (success, same users as input)||[{"username":"111111"},{"username":"222222"}]||
    267267||status (failure)||HTTP/1.1 500 Internal Server Error||
    268268||output (failure, return users that were successfully saved)||[{"username":"111111"},{"username":"222222"}]||