Changes between Version 8 and Version 9 of S3/S3REST/Methods


Ignore:
Timestamp:
10/28/10 09:09:12 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/Methods

    v8 v9  
    2727    - method '''read''' returns a view of the specified record (other than with blank method, no update form is returned in this case)
    2828    - method '''update''' returns an update form for the specified record
    29     - method '''delete''' returns a delete form for the specified records (if there is exactly one record identified by its ID or UID, then the record will be deleted instead of a form being returned, see POST)
     29    - method '''delete''' returns a delete confirmation form together with a list of the specified records (if there is exactly one record identified by its ID or UID, then the record will be deleted instead of a form being returned, see POST)
    3030
    3131  * some resources support other (custom) methods, e.g.