Changes between Version 22 and Version 23 of REST_API
- Timestamp:
- 10/14/10 06:20:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REST_API
v22 v23 153 153 ==== Non-interactive formats ==== 154 154 155 * create/update records in a resource with the data from the request body (which must be in the specified format)155 * import data from the request body (which must be in the specified format) into the resource 156 156 * records being matched by the UIDs specified in the data, while any record IDs in the URL restrict the selection 157 157 == DELETE Method ==