Changes between Version 6 and Version 7 of REST3.x
- Timestamp:
- 05/31/11 12:04:13 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REST3.x
v6 v7 101 101 The items part wasn't changed. 102 102 103 == Setup==103 == Compatibility with previous version 2.x and lower == 104 104 105 You can setup the REST version of you MediaMosa on the admin/mediamosa/config/global page in the miscellaneous fieldset. This is the global setting .105 You can setup the REST version of you MediaMosa on the admin/mediamosa/config/global page in the miscellaneous fieldset. This is the global setting for all rest calls. This setting is used when the client application has selected to use the global value (by default). This setting is also overridden when the REST call is called with 'mediamosa_version' variable. See below for more information. 106 106 107 But also you can set up the REST output per client application on your client application page: admin/mediamosa/config/app. Click to Edit, and check "Select MediaMosa version" in the Client application fieldset. 107 You can also set up the REST output version per client application on your client application page: admin/mediamosa/config/app. Click to Edit, and check "Select MediaMosa version" in the Client application fieldset. 108 109 REST calls that supply the 'mediamosa_version' parameter can force the output in that version. F.e. /asset/?mediamosa=2.2 will force the output of the REST call /asset into version 2.2.
