Changes between Version 18 and Version 19 of REST_API
- Timestamp:
- 10/14/10 05:40:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REST_API
v18 v19 114 114 == POST Method == 115 115 116 '''in interactive formats:''' 116 ==== Interactive Formats ==== 117 117 118 * performs the respective '''method''' (if specified in the request) 118 119 * expects the formdata as multi-part request body 119 120 120 '''in non-interactive formats:''' 121 ==== Non-interactive Formats ==== 122 121 123 * see PUT 122 124