=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2013-09-20 10:55:19 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-09-22 14:47:01 +0000
@@ -2432,15 +2432,30 @@
>systemSettings resource. A system setting is a simple key-value pair, where both
the key and the value are plain text strings. To save or update a system setting you can make
a POST request to the following URL:
- /api/systemSettings/my-key?value=my-value
- You should replace my-key with your real key and my-value with your real value. To
- retrieve the value for a given key in plain text you can make a GET request to the following URL:
+ /api/systemSettings/my-key?value=my-val
+ You should replace my-key with your real key and my-val with your real value. To retrieve
+ the value for a given key in plain text you can make a GET
+ request to the following URL:
/api/systemSettings/my-key
To delete a system setting, you can make a DELETE
request to the URL similar to the one used above for retrieval.
+ 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
+ key and the value are plain text strings. The user setting will be linked to the user who is
+ authenticated for the Web API request. To save or update a user setting you can make a
+ POST request to the following URL:
+ /api/userSettings/my-key?value=my-val
+ You should replace my-key with your real key and my-val with your real value. To retrieve
+ the value for a given key in plain text you can make a GET
+ request to the following URL:
+ /api/userSettings/my-key
+ To delete a user setting, you can make a DELETE request
+ to the URL similar to the one used above for retrieval.
+
+
FRED API
DHIS 2 from version 2.11 implements support for the current draft
of the FRED API version 1.0. The project defines itself as open standard for sharing and updating