Changes between Version 6 and Version 7 of RestfulAPI


Ignore:
Timestamp:
02/15/08 13:00:04 (6 years ago)
Author:
johnbywater
Comment:

Create success returns 200, was 201.

Legend:

Unmodified
Added
Removed
Modified
  • RestfulAPI

    v6 v7  
    3232|| '''Action-Method''' || '''Success''' || '''Exception''' || 
    3333|| list/ GET || 200 || 400 Invalid Request, 404 Not Found || 
    34 || create/ POST || 201 || 400 Invalid Request, 409 Conflict || 
     34|| create/ POST || 200 || 400 Invalid Request, 409 Conflict || 
    3535|| update/ POST || 200 || 400 Invalid Request || 
    3636|| read/ GET || 200 || 404 Not Found ||