=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-27 15:56:51 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-30 13:14:10 +0000 @@ -3575,6 +3575,21 @@ request to the URL similar to the one used above for retrieval.
+ I18n Resource + This endpoint can be used to get i18n common key (keys that are shared among all our modules). The endpoint is located at + /api/i18n and the format is a simple array of the keys you want looked up, an example is (remember + to set content type to json):[ + "access_denied", + "uploading_data_notification" +] + And the result from the server will + be:{ + "uploading_data_notification":"Uploading locally stored data to the server", + "access_denied":"Access denied" +} +
+
User settings You can manipulate user settings by interacting with the userSettings resource. A user setting is a simple key-value pair, where both the