Changes between Version 19 and Version 20 of REST_API
- Timestamp:
- 10/14/10 05:43:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REST_API
v19 v20 125 125 == PUT Method == 126 126 127 '''in interactive formats:''' 127 ==== Interactive formats ==== 128 128 129 * see POST 129 130 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 ==== 133 132 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 134 135 == DELETE Method == 135 136