Changes between Version 21 and Version 22 of REST_API


Ignore:
Timestamp:
10/14/10 06:01:14 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REST_API

    v21 v22  
    136136
    137137  * performs the respective '''method''' (if specified in the request)
    138   * expects the formdata as multi-part request body
     138    - method '''create''' creates a new record
     139    - method '''update''' updates the specified record
     140    - method '''delete''' deletes the specified record
     141  * expects the form data as multi-part request body
    139142
    140143==== Non-interactive Formats ====