Changes between Version 19 and Version 20 of REST_API


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

--

Legend:

Unmodified
Added
Removed
Modified
  • REST_API

    v19 v20  
    125125== PUT Method ==
    126126
    127   '''in interactive formats:'''
     127==== Interactive formats ====
     128
    128129  * see POST
    129130
    130   '''in non-interactive formats:'''
    131   * attempts to create/update records in a resource with the data from the request body (must be in the specified format)
    132   * records being matched by the UIDs specified in the data rather than those in the request
     131==== Non-interactive formats ====
    133132
     133  * create/update records in a resource with the data from the request body (which must be in the specified format)
     134  * records being matched by the UIDs specified in the data, while any record IDs in the URL restrict the selection
    134135== DELETE Method ==
    135136